diff --git a/hugegraph-dist/scripts/dependency/known-dependencies.txt b/hugegraph-dist/scripts/dependency/known-dependencies.txt index b47b3aa46..7914115de 100644 --- a/hugegraph-dist/scripts/dependency/known-dependencies.txt +++ b/hugegraph-dist/scripts/dependency/known-dependencies.txt @@ -256,7 +256,6 @@ nimbus-jose-jwt-9.8.1.jar okhttp-2.7.5.jar okhttp-4.10.0.jar logging-interceptor-4.10.0.jar -kotlin-stdlib-1.2.71.jar kotlin-stdlib-1.6.20.jar kotlin-stdlib-common-1.5.31.jar kotlin-stdlib-jdk7-1.2.71.jar diff --git a/hugegraph-hubble/hubble-be/pom.xml b/hugegraph-hubble/hubble-be/pom.xml index 301c6c347..6e81c1691 100644 --- a/hugegraph-hubble/hubble-be/pom.xml +++ b/hugegraph-hubble/hubble-be/pom.xml @@ -33,7 +33,6 @@ 36320 2.1.0 3.3.0 - 4.10.0 @@ -145,6 +144,11 @@ + + commons-fileupload + commons-fileupload + + com.squareup.okhttp3 @@ -153,32 +157,13 @@ org.jetbrains.kotlin kotlin-stdlib - 1.6.20 org.jetbrains.kotlin kotlin-stdlib-common - 1.5.31 - - - - commons-fileupload - commons-fileupload - - - - com.squareup.okhttp3 - okhttp-bom - ${okhttp.version} - pom - import - - - - unit-test @@ -193,21 +178,6 @@ - org.apache.maven.plugins maven-jar-plugin diff --git a/hugegraph-hubble/pom.xml b/hugegraph-hubble/pom.xml index 5af407abc..028280e41 100644 --- a/hugegraph-hubble/pom.xml +++ b/hugegraph-hubble/pom.xml @@ -43,10 +43,12 @@ 2.1.8.RELEASE + 4.10.0 + com.fasterxml.jackson jackson-bom @@ -67,6 +69,29 @@ ${springboot.version} pom import + + + org.jetbrains.kotlin + kotlin-stdlib + + + + + org.jetbrains.kotlin + kotlin-stdlib + 1.6.20 + + + com.squareup.okhttp3 + okhttp-bom + ${okhttp.version} + pom + import + + + org.jetbrains.kotlin + kotlin-stdlib-common + 1.5.31