From 3c2766d8a64d21f402b5234e33419a8aed14d7ea Mon Sep 17 00:00:00 2001 From: Piotr Bochenski Date: Fri, 31 Aug 2018 11:49:21 +0200 Subject: Refactor Docker image building process Align Docker image building process to VES project. Also refactor all Maven configurations. Change-Id: I3856bb75f41247f5ce7f17fb813aa2ab692e4def Issue-ID: DCAEGEN2-737 Signed-off-by: Piotr Bochenski --- prh-aai-client/pom.xml | 39 ++++++++++++++------------------------- 1 file changed, 14 insertions(+), 25 deletions(-) (limited to 'prh-aai-client/pom.xml') diff --git a/prh-aai-client/pom.xml b/prh-aai-client/pom.xml index cbd6c868..7edf1b6c 100644 --- a/prh-aai-client/pom.xml +++ b/prh-aai-client/pom.xml @@ -18,29 +18,22 @@ ~ limitations under the License. ~ ============LICENSE_END========================================================= --> - - + 4.0.0 - prh org.onap.dcaegen2.services + prh 1.0.0-SNAPSHOT - prh-aai-client org.onap.dcaegen2.services.prh + prh-aai-client jar - - - ${project.parent.basedir} - - - org.immutables value @@ -49,11 +42,6 @@ org.immutables gson - - org.springframework - spring-webflux - 5.0.5.RELEASE - org.apache.httpcomponents httpclient @@ -66,6 +54,10 @@ org.springframework spring-context + + org.springframework + spring-webflux + org.apache.commons commons-lang3 @@ -73,15 +65,13 @@ org.springframework.boot spring-boot-starter-reactor-netty - 2.0.4.RELEASE org.onap.dcaegen2.services.prh prh-commons - 1.0.0-SNAPSHOT + ${project.version} - ch.qos.logback logback-classic @@ -95,15 +85,14 @@ log4j-over-slf4j - - org.junit.jupiter - junit-jupiter-api + junit + junit test - junit - junit + org.junit.jupiter + junit-jupiter-api test -- cgit 1.2.3-korg