diff --git a/pom.xml b/pom.xml index 010fddd..9f1bbc4 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ UTF-8 1.8 - 1.3.61 + 1.3.71 PerWorldInventory @@ -244,6 +244,17 @@ ${kotlin.version} test + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + ${kotlin.version} + + + org.jetbrains.kotlin + kotlin-test + ${kotlin.version} + test + @@ -258,8 +269,8 @@ - ${project.basedir}/src/main/kotlin - ${project.basedir}/src/test/kotlin + src/main/kotlin + src/test/kotlin clean install @@ -295,11 +306,13 @@ compile + compile compile test-compile + test-compile test-compile