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.
2 parents a3d69b4 + 9002da9 commit 16e93deCopy full SHA for 16e93de
jee-kotlin/src/test/kotlin/com/baeldung/jeekotlin/StudentResourceIntegrationTest.java
@@ -36,7 +36,7 @@ public static WebArchive createDeployment() {
36
.withMavenCentralRepo(true)
37
.withClassPathResolution(true)
38
.loadPomFromFile("pom.xml")
39
- .resolve("org.jetbrains.kotlin:kotlin-stdlib")
+ .resolve("org.jetbrains.kotlin:kotlin-stdlib:1.3.41")
40
.withTransitivity()
41
.as(JavaArchive.class);
42
0 commit comments