Fixed the Integrations Tests in jee-kotlin
This commit is contained in:
@@ -36,7 +36,7 @@ public class StudentResourceIntegrationTest {
|
|||||||
.withMavenCentralRepo(true)
|
.withMavenCentralRepo(true)
|
||||||
.withClassPathResolution(true)
|
.withClassPathResolution(true)
|
||||||
.loadPomFromFile("pom.xml")
|
.loadPomFromFile("pom.xml")
|
||||||
.resolve("org.jetbrains.kotlin:kotlin-stdlib")
|
.resolve("org.jetbrains.kotlin:kotlin-stdlib:1.3.41")
|
||||||
.withTransitivity()
|
.withTransitivity()
|
||||||
.as(JavaArchive.class);
|
.as(JavaArchive.class);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user