Add managed version for kotlin-runtime to spring-boot-parent

See gh-7101
pull/7262/head
Andy Wilkinson 8 years ago
parent 64d32191cf
commit 02e89acd1e

@ -212,6 +212,11 @@
<artifactId>gradle-plugins</artifactId>
<version>${gradle.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-runtime</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.zeroturnaround</groupId>
<artifactId>zt-zip</artifactId>

@ -115,7 +115,6 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-runtime</artifactId>
<version>1.0.4</version>
<scope>test</scope>
</dependency>
<dependency>

Loading…
Cancel
Save