Skip to content

Commit

Permalink
fix: manage junit platform properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvenSpellmaker committed Oct 23, 2024
1 parent d445096 commit 20f9189
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<spotbugs.version>4.8.6</spotbugs.version>
<puppycrawl-tools-checkstyle.version>10.18.2</puppycrawl-tools-checkstyle.version>
<junit-jupiter.version>5.11.3</junit-jupiter.version>
<junit-platform.version>1.11.3</junit-platform.version>
<freemarker.version>2.3.33</freemarker.version>
<assertj.core.version>3.26.3</assertj.core.version>
<hamcrest.version>2.2</hamcrest.version>
Expand Down Expand Up @@ -168,13 +167,11 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite-api</artifactId>
<version>${junit-platform.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite-engine</artifactId>
<version>${junit-platform.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 20f9189

Please sign in to comment.