Skip to content

Commit 78a1f8b

Browse files
committed
Manual merging of pom.xml changes from 2.19
1 parent 51a724d commit 78a1f8b

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

pom.xml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -109,28 +109,12 @@
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 -->
123113
<dependency>
124114
<groupId>org.jetbrains.kotlin</groupId>
125-
<artifactId>kotlin-test-junit</artifactId>
115+
<artifactId>kotlin-test-junit5</artifactId>
126116
<version>${version.kotlin}</version>
127117
<scope>test</scope>
128-
<exclusions>
129-
<exclusion>
130-
<groupId>junit</groupId>
131-
<artifactId>junit</artifactId>
132-
</exclusion>
133-
</exclusions>
134118
</dependency>
135119
<dependency>
136120
<groupId>tools.jackson.dataformat</groupId>

0 commit comments

Comments
 (0)