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 --- pom.xml | 12 +++++---- shiro-osgi-bundle/pom.xml | 22 +++++++--------- shiro/pom.xml | 6 ++--- sidecar/.gitignore | 4 +++ sidecar/fproxy/.gitignore | 4 +++ sidecar/fproxy/pom.xml | 5 ++-- sidecar/pom.xml | 57 +++++++++++++++++++++++++++++++++------- sidecar/rproxy/.gitignore | 4 +++ sidecar/rproxy/pom.xml | 26 ++---------------- sidecar/tproxy-config/.gitignore | 4 +++ sidecar/tproxy-config/pom.xml | 5 ++-- 11 files changed, 90 insertions(+), 59 deletions(-) create mode 100644 sidecar/.gitignore create mode 100644 sidecar/fproxy/.gitignore create mode 100644 sidecar/rproxy/.gitignore create mode 100644 sidecar/tproxy-config/.gitignore diff --git a/pom.xml b/pom.xml index 45bfe29..550f8a4 100644 --- a/pom.xml +++ b/pom.xml @@ -21,9 +21,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.onap.aaf.cadi - cadimiscparent - 2.1.2-SNAPSHOT - aaf-cadi + parent + 2.1.7-SNAPSHOT + CADI Plugins Parent pom @@ -34,7 +34,7 @@ - 2.1.2 + 2.1.6 UTF-8 9.3.9.v20160517 @@ -120,7 +120,7 @@ junit junit - 4.10 + 4.12 test @@ -131,7 +131,9 @@ shiro shiro-osgi-bundle + diff --git a/shiro-osgi-bundle/pom.xml b/shiro-osgi-bundle/pom.xml index a73d567..8fc885e 100644 --- a/shiro-osgi-bundle/pom.xml +++ b/shiro-osgi-bundle/pom.xml @@ -19,22 +19,20 @@ * --> - org.onap.aaf.cadi - cadimiscparent - 2.1.2-SNAPSHOT + parent + 2.1.7-SNAPSHOT .. - 4.0.0 - AAF Shiro CADI Plugin + 4.0.0 + Shiro OSGI CADI Plugin aaf-shiro-aafrealm-osgi-bundle bundle true - 2.1.1 @@ -49,7 +47,7 @@ ${project.artifactId} ${project.version} - org.onap.aaf.cadi.shiro*;version=${cadi.shiro.version} + org.onap.aaf.cadi.shiro*;version=${project.version} javax.servlet, @@ -86,10 +84,10 @@ - - org.onap.aaf.authz - aaf-cadi-shiro - 2.1.1 - + + org.onap.aaf.cadi + aaf-cadi-shiro + ${project.version} + diff --git a/shiro/pom.xml b/shiro/pom.xml index 8266a00..a228bd4 100644 --- a/shiro/pom.xml +++ b/shiro/pom.xml @@ -21,13 +21,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.onap.aaf.cadi - cadimiscparent - 2.1.2-SNAPSHOT + parent + 2.1.7-SNAPSHOT .. 4.0.0 - AAF CADI Shiro Plugin + Shiro CADI Plugin jar aaf-cadi-shiro diff --git a/sidecar/.gitignore b/sidecar/.gitignore new file mode 100644 index 0000000..6028f0a --- /dev/null +++ b/sidecar/.gitignore @@ -0,0 +1,4 @@ +/.classpath +/.settings/ +/target/ +/.project diff --git a/sidecar/fproxy/.gitignore b/sidecar/fproxy/.gitignore new file mode 100644 index 0000000..6028f0a --- /dev/null +++ b/sidecar/fproxy/.gitignore @@ -0,0 +1,4 @@ +/.classpath +/.settings/ +/target/ +/.project diff --git a/sidecar/fproxy/pom.xml b/sidecar/fproxy/pom.xml index c8b55ab..0246eb2 100644 --- a/sidecar/fproxy/pom.xml +++ b/sidecar/fproxy/pom.xml @@ -24,14 +24,13 @@ org.onap.aaf.cadi.sidecar sidecar - 2.1.2-SNAPSHOT + 2.1.7-SNAPSHOT fproxy - 2.1.2-SNAPSHOT jar - aaf-fproxy + Sidecar fproxy ONAP AAF Forward Proxy Microservice For Pluggable Security 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} + + + diff --git a/sidecar/rproxy/.gitignore b/sidecar/rproxy/.gitignore new file mode 100644 index 0000000..6028f0a --- /dev/null +++ b/sidecar/rproxy/.gitignore @@ -0,0 +1,4 @@ +/.classpath +/.settings/ +/target/ +/.project diff --git a/sidecar/rproxy/pom.xml b/sidecar/rproxy/pom.xml index 6131a39..6c32238 100644 --- a/sidecar/rproxy/pom.xml +++ b/sidecar/rproxy/pom.xml @@ -24,35 +24,15 @@ org.onap.aaf.cadi.sidecar sidecar - 2.1.2-SNAPSHOT + 2.1.7-SNAPSHOT rproxy - 2.1.2-SNAPSHOT jar - aaf-rproxy + Sidecar rproxy ONAP AAF Reverse Proxy Microservice For Pluggable Security - - 2.0.3.RELEASE - ${basedir}/target - - - - - - - - org.springframework.boot - spring-boot-dependencies - ${spring.boot.version} - pom - import - - - - @@ -98,7 +78,6 @@ org.onap.aaf.cadi.sidecar fproxy - 2.1.2-SNAPSHOT @@ -116,7 +95,6 @@ org.onap.aaf.authz aaf-cadi-aaf - 2.1.2 diff --git a/sidecar/tproxy-config/.gitignore b/sidecar/tproxy-config/.gitignore new file mode 100644 index 0000000..6028f0a --- /dev/null +++ b/sidecar/tproxy-config/.gitignore @@ -0,0 +1,4 @@ +/.classpath +/.settings/ +/target/ +/.project diff --git a/sidecar/tproxy-config/pom.xml b/sidecar/tproxy-config/pom.xml index ab939b8..b9a7104 100644 --- a/sidecar/tproxy-config/pom.xml +++ b/sidecar/tproxy-config/pom.xml @@ -24,14 +24,13 @@ org.onap.aaf.cadi.sidecar sidecar - 2.1.2-SNAPSHOT + 2.1.7-SNAPSHOT tproxy-config - 2.1.2-SNAPSHOT jar - aaf-tproxy-config + Sidecar tproxy-config ONAP AAF InitContainer For Pluggable Security -- cgit 1.2.3-korg