Skip to content

Commit 009671d

Browse files
committed
Exclude JUnit4
1 parent 140745c commit 009671d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@
125125
<artifactId>kotlin-test-junit</artifactId>
126126
<version>${version.kotlin}</version>
127127
<scope>test</scope>
128+
<exclusions>
129+
<exclusion>
130+
<groupId>junit</groupId>
131+
<artifactId>junit</artifactId>
132+
</exclusion>
133+
</exclusions>
128134
</dependency>
129135
<dependency>
130136
<groupId>com.fasterxml.jackson.dataformat</groupId>

0 commit comments

Comments
 (0)