Remove outdated Kotlin internal dependency management

pull/10824/merge
Stephane Nicoll 7 years ago
parent 5aa66305a8
commit 3d820adb4d

@ -198,11 +198,6 @@
<artifactId>aether-util</artifactId> <artifactId>aether-util</artifactId>
<version>${aether.version}</version> <version>${aether.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-runtime</artifactId>
<version>1.1.4-3</version>
</dependency>
<dependency> <dependency>
<groupId>org.sonatype.plexus</groupId> <groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-build-api</artifactId> <artifactId>plexus-build-api</artifactId>

Loading…
Cancel
Save