Skip to content

Commit 9e65a08

Browse files
author
muencseb
committed
Clean up dependencies
1 parent b036627 commit 9e65a08

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,6 @@
8787
<version>4.12</version>
8888
<scope>test</scope>
8989
</dependency>
90-
<dependency>
91-
<groupId>junit</groupId>
92-
<artifactId>junit</artifactId>
93-
<version>4.12</version>
94-
<scope>test</scope>
95-
</dependency>
9690
<dependency>
9791
<groupId>org.hamcrest</groupId>
9892
<artifactId>hamcrest-all</artifactId>
@@ -106,7 +100,7 @@
106100
</dependency>
107101
<dependency>
108102
<groupId>org.jetbrains.kotlin</groupId>
109-
<artifactId>kotlin-test</artifactId>
103+
<artifactId>kotlin-test-junit</artifactId>
110104
<version>${kotlin.version}</version>
111105
<scope>test</scope>
112106
</dependency>

0 commit comments

Comments
 (0)