From c701407539324d60f32be496e5292808829ae1d6 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Wed, 7 Nov 2018 11:21:03 -0600 Subject: Pom OParent, other hierarchy Issue-ID: AAF-613 Change-Id: I14531b546aebb9e5326ddc67eb3ec4eb9e17dac1 Signed-off-by: Instrumental --- sidecar/pom.xml | 57 ++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 48 insertions(+), 9 deletions(-) (limited to 'sidecar/pom.xml') diff --git a/sidecar/pom.xml b/sidecar/pom.xml index 86658f7..def9f20 100644 --- a/sidecar/pom.xml +++ b/sidecar/pom.xml @@ -18,26 +18,52 @@ * ============LICENSE_END==================================================== * --> + + org.onap.aaf.cadi + parent + 2.1.7-SNAPSHOT + .. + 4.0.0 org.onap.aaf.cadi.sidecar sidecar - 2.1.2-SNAPSHOT - aaf-cadi-sidecar + Sidecar Parent pom - - org.onap.oparent - oparent - 1.2.1 - - - UTF-8 UTF-8 1.8 + 2.0.3.RELEASE + ${basedir}/target + + + + + + org.onap.aaf.cadi.sidecar + fproxy + ${project.version} + + + org.onap.aaf.cadi.sidecar + rproxy + ${project.version} + + + + + org.springframework.boot + spring-boot-dependencies + ${spring.boot.version} + pom + import + + + + @@ -48,6 +74,19 @@ + + + + true + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + ${java.version} + ${java.version} + + + -- cgit 1.2.3-korg