Remove kotlin-test from <dependencyManagement>

kotlin-test-junit5 pulls it in, so we don't need to depend on it
explicitly.
master
Graham 4 years ago
parent a39bbe2cce
commit 000e0fd9e1
  1. 6
      pom.xml

@ -61,12 +61,6 @@
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.3.61</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test</artifactId>
<version>1.3.61</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit5</artifactId>

Loading…
Cancel
Save