Skip to content

Commit 16e93de

Browse files
authored
Merge pull request eugenp#8100 from alimate/BAEL-3448
BAEL-3448: Fixed the Integrations Tests in jee-kotlin
2 parents a3d69b4 + 9002da9 commit 16e93de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jee-kotlin/src/test/kotlin/com/baeldung/jeekotlin/StudentResourceIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static WebArchive createDeployment() {
3636
.withMavenCentralRepo(true)
3737
.withClassPathResolution(true)
3838
.loadPomFromFile("pom.xml")
39-
.resolve("org.jetbrains.kotlin:kotlin-stdlib")
39+
.resolve("org.jetbrains.kotlin:kotlin-stdlib:1.3.41")
4040
.withTransitivity()
4141
.as(JavaArchive.class);
4242

0 commit comments

Comments
 (0)