From 2a4277170d56dde1a7b91aeeee87d85fd9d5be74 Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Wed, 30 Sep 2020 15:10:16 +0200 Subject: [PATCH] Clean up of enrichement pom Change-Id: I5dacd32a24f63742b1c79c98773a9d9b7268e71c Issue-ID: NONRTRIC-173 Signed-off-by: elinuxhenrik --- enrichment-coordinator-service/pom.xml | 34 +++++++++++----------------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/enrichment-coordinator-service/pom.xml b/enrichment-coordinator-service/pom.xml index 37dd9c07..f7d6e5e6 100644 --- a/enrichment-coordinator-service/pom.xml +++ b/enrichment-coordinator-service/pom.xml @@ -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 -- 2.16.6