diff --git a/kgstatsSrv/pom.xml b/kgstatsSrv/pom.xml index 66906ff8..bd229282 100644 --- a/kgstatsSrv/pom.xml +++ b/kgstatsSrv/pom.xml @@ -149,11 +149,74 @@ - + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + true + + + compile + + compile + + + + ${project.basedir}/src/main/kotlin + ${project.basedir}/src/main/java + + + + + test-compile + + test-compile + + + + ${project.basedir}/src/test/kotlin + ${project.basedir}/src/test/java + + + + + org.apache.maven.plugins maven-compiler-plugin ${maven-compiler-plugin.version} + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + compile + + compile + + + + java-test-compile + test-compile + + testCompile + + + + + ${java.version} ${java.version} @@ -178,7 +241,41 @@ + + + + + diff --git a/pom.xml b/pom.xml index b851a073..fec4a7d9 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,7 @@ 17 + 2.0.21 1.4.1.Final 1.18.34 0.2.0 @@ -41,7 +42,7 @@ 3.5.2 2.2.1 3.4.0 - 2.9.1 + 3.11.1 3.2.4 5.0.0 3.6.0 @@ -158,9 +159,25 @@ - + + + + + + org.jetbrains.kotlin + kotlin-stdlib + ${kotlin.version} + + + + org.jetbrains.kotlin + kotlin-reflect + ${kotlin.version} + + +