X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=enrichment-coordinator-service%2Fpom.xml;h=f7d6e5e68b56b2dab55270cba179153942d66329;hb=4207b8389320d90274b12be78732304034bbc116;hp=a069c0daa56880b20234970609026cce88b32c05;hpb=57b7c521ca02753b12e995ec02f3a84dddd147ce;p=nonrtric.git diff --git a/enrichment-coordinator-service/pom.xml b/enrichment-coordinator-service/pom.xml index a069c0da..f7d6e5e6 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 enrichment-coordinator-service - 0.0.0-SNAPSHOT + 1.0.0-SNAPSHOT The Apache Software License, Version 2.0 @@ -76,15 +76,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 +115,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 +125,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 +152,17 @@ springfox-swagger-ui ${springfox.version} + + + org.springframework.boot + spring-boot-devtools + true + + + org.springframework.boot + spring-boot-configuration-processor + true + org.springframework.boot @@ -359,26 +347,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/ - -