Skip to content

Commit b07b81e

Browse files
authored
Remove (indirect) JUnit 4 dependency (#890)
1 parent 6d0c19d commit b07b81e

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

pom.xml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -109,28 +109,13 @@
109109
<scope>compile</scope>
110110
</dependency>
111111

112-
<!-- only for testing... -->
113-
<dependency>
114-
<groupId>org.junit.jupiter</groupId>
115-
<artifactId>junit-jupiter</artifactId>
116-
<scope>test</scope>
117-
</dependency>
118-
<dependency>
119-
<groupId>org.junit.jupiter</groupId>
120-
<artifactId>junit-jupiter-api</artifactId>
121-
<scope>test</scope>
122-
</dependency>
112+
<!-- Test dependencies -->
113+
123114
<dependency>
124115
<groupId>org.jetbrains.kotlin</groupId>
125-
<artifactId>kotlin-test-junit</artifactId>
116+
<artifactId>kotlin-test-junit5</artifactId>
126117
<version>${version.kotlin}</version>
127118
<scope>test</scope>
128-
<exclusions>
129-
<exclusion>
130-
<groupId>junit</groupId>
131-
<artifactId>junit</artifactId>
132-
</exclusion>
133-
</exclusions>
134119
</dependency>
135120
<dependency>
136121
<groupId>com.fasterxml.jackson.dataformat</groupId>

0 commit comments

Comments
 (0)