X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=caeebec1172935c11497a691c54d47764769acb0;hb=refs%2Ftags%2F1.4.0;hp=780147c4048471d494216ab05d8e4de04249d1c4;hpb=dc47bd1847a46fe0ad0ca6c10a4d61f829f4c0c6;p=dcaegen2%2Fcollectors%2Fhv-ves.git diff --git a/pom.xml b/pom.xml index 780147c4..caeebec1 100644 --- a/pom.xml +++ b/pom.xml @@ -33,13 +33,13 @@ org.onap.oparent oparent - 1.2.1 + 2.0.0 org.onap.dcaegen2.collectors.hv-ves ves-hv-collector - 1.1.0-SNAPSHOT + 1.4.0-SNAPSHOT dcaegen2-collectors-veshv VES HighVolume Collector pom @@ -50,13 +50,14 @@ - 1.3.11 - 0.8.0 + 1.3.0-M2 + 1.3.31 + 0.9.0 3.7.0 1.7 0.8.2 - 1.0.0-RC11 - 1.1.2-SNAPSHOT + 1.0.0-RC14 + 1.3.4 3.6.1 @@ -65,6 +66,7 @@ 1.2.0-RC1 5.2.0-RC1 1.1.5 + 2.8.5 2.22.0 false false @@ -79,7 +81,7 @@ ${onap.nexus.dockerregistry.daily} onap ${project.groupId}.${project.artifactId} - 1.1-SNAPSHOT + 1.2-SNAPSHOT @@ -104,9 +106,6 @@ org.apache.maven.plugins maven-deploy-plugin - - true - org.apache.maven.plugins @@ -120,7 +119,7 @@ org.jetbrains.kotlin ${kotlin.version} - 1.8 + 11 @@ -153,8 +152,8 @@ maven-compiler-plugin ${maven-compiler-plugin.version} - 8 - 8 + 11 + 11 UTF-8 true true @@ -315,7 +314,7 @@ io.fabric8 docker-maven-plugin - 0.26.0 + 0.30.0 docker-build-image @@ -397,7 +396,7 @@ com.google.guava guava - + 27.0.1-jre com.google.code.findbugs @@ -407,13 +406,10 @@ org.jetbrains.kotlin - kotlin-stdlib-jdk8 - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-reflect + kotlin-bom ${kotlin.version} + pom + import org.jetbrains.kotlin @@ -422,9 +418,8 @@ org.jetbrains.kotlin - kotlin-script-runtime + kotlin-scripting-compiler-embeddable ${kotlin.version} - runtime org.jetbrains.kotlin @@ -435,51 +430,36 @@ org.jetbrains.kotlinx kotlinx-coroutines-core - 1.0.0 + ${coroutines.version} - io.arrow-kt - arrow-core - ${arrow.version} - - - org.jetbrains.kotlin - kotlin-stdlib - - - org.jetbrains.kotlin - kotlin-stdlib-jdk7 - - - - - io.arrow-kt - arrow-syntax - ${arrow.version} + com.google.code.gson + gson + ${gson.version} io.arrow-kt - arrow-instances-core + arrow-core-data ${arrow.version} io.arrow-kt - arrow-instances-data + arrow-core-extensions ${arrow.version} io.arrow-kt - arrow-effects + arrow-extras-data ${arrow.version} io.arrow-kt - arrow-effects-instances + arrow-syntax ${arrow.version} io.arrow-kt - arrow-effects-reactor + arrow-typeclasses ${arrow.version} @@ -497,22 +477,20 @@ io.projectreactor reactor-bom - Californium-SR2 + Dysprosium-SR1 pom import - + + + org.apache.kafka + kafka-clients + 2.3.1 + - - io.netty - netty-tcnative-boringssl-static - 2.0.15.Final - runtime - ${os.detected.classifier} - - com.fasterxml.jackson.core - jackson-databind - 2.9.6 - - - io.ratpack - ratpack-core - 1.5.4 - io.micrometer micrometer-registry-prometheus - 1.0.8 + 1.1.5 org.onap.dcaegen2.services.sdk @@ -574,6 +546,16 @@ hvvesclient-protobuf ${sdk.version} + + org.onap.dcaegen2.services.sdk.security + ssl + ${sdk.version} + + + org.onap.dcaegen2.services.sdk.rest.services + cbs-client + ${sdk.version} + @@ -598,7 +580,7 @@ com.nhaarman.mockitokotlin2 mockito-kotlin - 2.0.0 + 2.1.0 test @@ -613,6 +595,12 @@ 3.1.7.RELEASE test + + org.jetbrains.kotlinx + kotlinx-coroutines-test + ${coroutines.version} + test +