X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=enrichment-coordinator-service%2Fpom.xml;h=2a653150e0e755f94ae4ba0415134f42afdd2343;hb=4f7f0cda2f07f62dcbb2e371fc09764b2337a8e9;hp=37dd9c07754139f16b2f26437df2b8129998d07e;hpb=17041db5ec17da3beb56b962e7a2cca79ca6ff59;p=nonrtric.git diff --git a/enrichment-coordinator-service/pom.xml b/enrichment-coordinator-service/pom.xml index 37dd9c07..2a653150 100644 --- a/enrichment-coordinator-service/pom.xml +++ b/enrichment-coordinator-service/pom.xml @@ -31,7 +31,7 @@ org.o-ran-sc.nonrtric enrichment-coordinator-service - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT The Apache Software License, Version 2.0 @@ -56,6 +56,7 @@ 3.8.0 2.12.2 1.24.3 + 3.0.11 0.30.0 1.1.11 2.1.1 @@ -76,15 +77,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 +116,6 @@ commons-net ${commons-net.version} - - org.springframework.boot - spring-boot-configuration-processor - true - org.onap.dcaegen2.services.sdk.rest.services cbs-client @@ -139,20 +126,11 @@ 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 @@ -175,6 +153,17 @@ springfox-swagger-ui ${springfox.version} + + + org.springframework.boot + spring-boot-devtools + true + + + org.springframework.boot + spring-boot-configuration-processor + true + org.springframework.boot @@ -292,6 +281,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