Skip to content

Commit

Permalink
Remove (indirect) JUnit 4 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 22, 2025
1 parent 6d0c19d commit 0de8017
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,28 +109,13 @@
<scope>compile</scope>
</dependency>

<!-- only for testing... -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<!-- Test dependencies -->

<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit</artifactId>
<artifactId>kotlin-test-junit5</artifactId>
<version>${version.kotlin}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
Expand Down

0 comments on commit 0de8017

Please sign in to comment.