Skip to content

Commit

Permalink
Removes explicit platform dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Jun 27, 2024
1 parent 8bce956 commit e2b6f03
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

<!-- Unit testing -->
<junit-jupiter.version>5.10.2</junit-jupiter.version>
<junit-platform-engine.version>1.10.2</junit-platform-engine.version>
<kotest-runner-junit5-jvm.version>5.9.1</kotest-runner-junit5-jvm.version>
<mockk.version>1.13.11</mockk.version>

Expand Down Expand Up @@ -227,12 +226,6 @@
<version>${mockk.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
<version>${junit-platform-engine.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
Expand Down

0 comments on commit e2b6f03

Please sign in to comment.