X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=enrichment-coordinator-service%2Fpom.xml;h=37dd9c07754139f16b2f26437df2b8129998d07e;hb=8b532f02d2d985a3d68416296a7dd7e62f9b24bf;hp=e1884fc02aef8cdf7d40d6758341d9553435647e;hpb=6f86ab364ac739951556bf2d5bf70429b518de47;p=nonrtric.git diff --git a/enrichment-coordinator-service/pom.xml b/enrichment-coordinator-service/pom.xml index e1884fc0..37dd9c07 100644 --- a/enrichment-coordinator-service/pom.xml +++ b/enrichment-coordinator-service/pom.xml @@ -26,12 +26,12 @@ org.springframework.boot spring-boot-starter-parent - 2.2.7.RELEASE + 2.3.4.RELEASE org.o-ran-sc.nonrtric - policy-agent - 2.1.0-SNAPSHOT + enrichment-coordinator-service + 1.0.0-SNAPSHOT The Apache Software License, Version 2.0 @@ -54,8 +54,8 @@ 20190722 3.6 3.8.0 - 2.8.1 - 1.18.0 + 2.12.2 + 1.24.3 0.30.0 1.1.11 2.1.1 @@ -153,6 +153,12 @@ org.glassfish.jersey.inject jersey-hk2 + + + com.github.erosb + everit-json-schema + 1.12.1 + org.springframework.boot @@ -293,7 +299,7 @@ false - generate-policy-agent-image + generate-enrichment-coordinator-service-image package build @@ -302,7 +308,7 @@ ${env.CONTAINER_PULL_REGISTRY} - o-ran-sc/nonrtric-policy-agent:${project.version} + o-ran-sc/nonrtric-enrichment-coordinator-service:${project.version} try ${basedir} @@ -319,7 +325,7 @@ - push-policy-agent-image + push-enrichment-coordinator-service-image build push @@ -329,7 +335,7 @@ ${env.CONTAINER_PUSH_REGISTRY} - o-ran-sc/nonrtric-policy-agent:${project.version} + o-ran-sc/nonrtric-enrichment-coordinator-service:${project.version} ${basedir} Dockerfile @@ -353,26 +359,6 @@ sonar-maven-plugin ${sonar-maven-plugin.version} - - org.codehaus.mojo - exec-maven-plugin - - - run-test-script - verify - - exec - - - - - bash - - run_test.sh - - ../test/jenkins/ - -