We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d3219 commit 02e89acCopy full SHA for 02e89ac
spring-boot-parent/pom.xml
@@ -212,6 +212,11 @@
212
<artifactId>gradle-plugins</artifactId>
213
<version>${gradle.version}</version>
214
</dependency>
215
+ <dependency>
216
+ <groupId>org.jetbrains.kotlin</groupId>
217
+ <artifactId>kotlin-runtime</artifactId>
218
+ <version>1.0.4</version>
219
+ </dependency>
220
<dependency>
221
<groupId>org.zeroturnaround</groupId>
222
<artifactId>zt-zip</artifactId>
spring-boot-test/pom.xml
@@ -115,7 +115,6 @@
115
116
<groupId>org.jetbrains.kotlin</groupId>
117
<artifactId>kotlin-runtime</artifactId>
118
- <version>1.0.4</version>
119
<scope>test</scope>
120
121
0 commit comments