X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=enrichment-coordinator-service%2Fpom.xml;h=e7f2bd670afec1ca911a68a508cd901c0c12d97a;hb=c5ea745a563f8bae0c0c3de3649a943e167f01cc;hp=e1884fc02aef8cdf7d40d6758341d9553435647e;hpb=d1d085456c485599f6b8aba87b6d761b29c2ecd4;p=nonrtric.git diff --git a/enrichment-coordinator-service/pom.xml b/enrichment-coordinator-service/pom.xml index e1884fc0..e7f2bd67 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.4.2 org.o-ran-sc.nonrtric - policy-agent - 2.1.0-SNAPSHOT + enrichment-coordinator-service + 1.1.0-SNAPSHOT The Apache Software License, Version 2.0 @@ -47,15 +47,16 @@ 11 - 2.9.2 + 3.0.0 2.8.2 1.1.6 - 2.0.0 + 2.1.6 20190722 3.6 3.8.0 - 2.8.1 - 1.18.0 + 2.12.2 + 1.24.3 + 3.0.11 0.30.0 1.1.11 2.1.1 @@ -64,6 +65,11 @@ true + + org.springdoc + springdoc-openapi-ui + 1.5.2 + org.springframework.boot spring-boot-starter-web @@ -76,15 +82,6 @@ org.springframework.boot spring-boot-starter-webflux - - org.springframework.boot - spring-boot-starter-aop - - - org.springframework.boot - spring-boot-devtools - true - org.springframework spring-webflux @@ -124,11 +121,6 @@ commons-net ${commons-net.version} - - org.springframework.boot - spring-boot-configuration-processor - true - org.onap.dcaegen2.services.sdk.rest.services cbs-client @@ -139,19 +131,16 @@ lombok provided - - org.onap.dmaap.messagerouter.dmaapclient - dmaapClient - ${version.dmaap} - javax.ws.rs javax.ws.rs-api ${javax.ws.rs-api.version} + - org.glassfish.jersey.inject - jersey-hk2 + com.github.erosb + everit-json-schema + 1.12.1 @@ -169,6 +158,17 @@ springfox-swagger-ui ${springfox.version} + + + org.springframework.boot + spring-boot-devtools + true + + + org.springframework.boot + spring-boot-configuration-processor + true + org.springframework.boot @@ -286,6 +286,27 @@ + + io.swagger.codegen.v3 + swagger-codegen-maven-plugin + ${swagger-codegen-maven-plugin.version} + + + test + + generate + + + ${project.basedir}/api/ecs-api.json + openapi-yaml + ${project.basedir}/api + + ecs-api.yaml + + + + + io.fabric8 docker-maven-plugin @@ -293,7 +314,7 @@ false - generate-policy-agent-image + generate-enrichment-coordinator-service-image package build @@ -302,7 +323,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 +340,7 @@ - push-policy-agent-image + push-enrichment-coordinator-service-image build push @@ -329,7 +350,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,30 +374,10 @@ sonar-maven-plugin ${sonar-maven-plugin.version} - - org.codehaus.mojo - exec-maven-plugin - - - run-test-script - verify - - exec - - - - - bash - - run_test.sh - - ../test/jenkins/ - - JIRA https://jira.o-ran-sc.org/ - + \ No newline at end of file