From 9f52db1c94a0e772825cfe985c21cf0b46850d76 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Fri, 31 Aug 2018 09:53:21 -0500 Subject: [PATCH] CLM versions Issue-ID: AAF-419 Change-Id: Id863c1b4a0370eabd1849c38e84f512d20504848 Signed-off-by: Instrumental --- auth/auth-cass/pom.xml | 8 +- auth/pom.xml | 170 ---------------------------- cadi/pom.xml | 158 ++------------------------ misc/env/pom.xml | 43 ++++--- misc/pom.xml | 45 -------- pom.xml | 299 +++++++++++++++++++++++++++++++++++++++++++++---- 6 files changed, 311 insertions(+), 412 deletions(-) diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml index b6f30d21..867313ef 100644 --- a/auth/auth-cass/pom.xml +++ b/auth/auth-cass/pom.xml @@ -63,9 +63,6 @@ - - - 0.7.7.201606060606 @@ -100,6 +97,11 @@ cassandra-driver-core + + com.google.guava + guava + + org.xerial.snappy diff --git a/auth/pom.xml b/auth/pom.xml index e3ec9c08..a6af750e 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -35,11 +35,6 @@ UTF-8 - 2.1.1-SNAPSHOT - - - 9.4.12.RC2 - 1.5.1 /opt/app/osaaf 0.7.7.201606060606 @@ -340,25 +335,21 @@ org.mockito mockito-all - 1.9.5 test org.powermock powermock-module-junit4 - ${powermock.version} test org.powermock powermock-api-mockito - ${powermock.version} test junit junit - 4.10 test @@ -382,166 +373,5 @@ auth-hello - - - - org.onap.aaf.authz - aaf-misc-env - ${project.version} - - - - org.onap.aaf.authz - aaf-misc-log4j - ${project.version} - - - - org.onap.aaf.authz - aaf-misc-rosetta - ${project.version} - - - - org.onap.aaf.authz - aaf-misc-xgen - ${project.version} - - - - org.onap.aaf.authz - aaf-cadi-core - ${project.version} - - - - org.onap.aaf.authz - aaf-cadi-client - ${project.version} - - - - org.onap.aaf.authz - aaf-cadi-aaf - ${project.version} - - - org.apache.cassandra - cassandra-all - - - - - - org.onap.aaf.authz - aaf-auth-client - ${project.version} - - - - org.onap.aaf.authz - aaf-auth-core - ${project.version} - - - - org.onap.aaf.authz - aaf-auth-cass - ${project.version} - - - - org.onap.aaf.authz - aaf-auth-cmd - ${project.version} - - - - org.onap.aaf.authz - aaf-auth-oauth - ${project.version} - - - - org.onap.aaf.authz - aaf-auth-deforg - ${project.version} - - - - javax.servlet - javax.servlet-api - 3.0.1 - - - - org.eclipse.jetty - jetty-servlet - ${project.jettyVersion} - - - - org.eclipse.jetty - jetty-server - ${project.jettyVersion} - - - - com.datastax.cassandra - cassandra-all - ${project.cassVersion} - - - org.slf4j - slf4j-log4j12 - - - log4j - log4j - - - - - - com.datastax.cassandra - cassandra-driver-core - ${project.cassVersion} - - - org.slf4j - slf4j-log4j12 - - - log4j - log4j - - - - - - - io.netty - netty-handler - ${project.nettyVersion} - - - - - - org.slf4j - slf4j-log4j12 - 1.7.5 - - - - javax.mail - mail - 1.4.7 - - - - - - diff --git a/cadi/pom.xml b/cadi/pom.xml index a194d0dc..86c4b1f8 100644 --- a/cadi/pom.xml +++ b/cadi/pom.xml @@ -33,28 +33,26 @@ ONAP pom - + - UTF-8 - 9.4.12.RC - 1.5.1 - - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + 0.7.7.201606060606 + 3.2 + jacoco + + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** https://nexus.onap.org /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} + @@ -100,27 +98,23 @@ org.mockito mockito-all - 1.9.5 test org.powermock powermock-module-junit4 - ${powermock.version} test org.powermock powermock-api-mockito - ${powermock.version} test junit junit - 4.10 test @@ -135,136 +129,6 @@ oauth-enduser - - - - - - - org.onap.aaf.authz - aaf-auth-client - ${project.version} - - - - org.onap.aaf.authz - aaf-cadi-core - ${project.version} - - - - org.onap.aaf.authz - aaf-cadi-oauth - ${project.version} - - - - - - org.onap.aaf.authz - aaf-cadi-core - ${project.version} - tests - - - - org.onap.aaf.authz - aaf-cadi-jetty - ${project.version} - - - - org.onap.aaf.authz - aaf-cadi-cass - ${project.version} - - - - org.onap.aaf.authz - aaf-cadi-aaf - ${project.version} - - - - org.onap.aaf.authz - aaf-cadi-aaf - ${project.version} - full - - - - org.onap.aaf.authz - aaf-cadi-client - ${project.version} - - - - org.onap.aaf.authz - aaf-misc-env - ${project.version} - - - - org.onap.aaf.authz - aaf-misc-rosetta - ${project.version} - - - - org.onap.aaf.authz - aaf-misc-log4j - ${project.version} - - - - org.eclipse.jetty - jetty-servlet - ${project.jettyVersion} - - - - org.eclipse.jetty - jetty-io - ${project.jettyVersion} - - - - org.eclipse.jetty - jetty-security - ${project.jettyVersion} - - - - org.eclipse.jetty - jetty-http - ${project.jettyVersion} - - - - org.eclipse.jetty - jetty-util - ${project.jettyVersion} - - - - org.eclipse.jetty - jetty-server - ${project.jettyVersion} - - - - javax.servlet - javax.servlet-api - 3.0.1 - - - - org.slf4j - slf4j-api - 1.7.5 - - - diff --git a/misc/env/pom.xml b/misc/env/pom.xml index 841bca79..02b50558 100644 --- a/misc/env/pom.xml +++ b/misc/env/pom.xml @@ -33,6 +33,25 @@ AAF Misc Env jar + + + + 0.7.7.201606060606 + 3.2 + jacoco + + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} + + Jonathan Gathman @@ -69,25 +88,6 @@ - - - - 1.8 - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** - https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ - /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} - - @@ -294,30 +294,27 @@ log4j compile + org.mockito mockito-all - 1.9.5 test org.powermock powermock-module-junit4 - ${powermock.version} test org.powermock powermock-api-mockito - ${powermock.version} test junit junit - 4.10 test diff --git a/misc/pom.xml b/misc/pom.xml index eb1a6e83..daae2112 100644 --- a/misc/pom.xml +++ b/misc/pom.xml @@ -27,35 +27,10 @@ parent 2.1.2-SNAPSHOT - org.onap.aaf.authz miscparent AAF Misc Parent - 2.1.2-SNAPSHOT pom - - - - - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** - UTF-8 - 1.5.1 - https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ - /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} - - - - Jonathan Gathman @@ -96,26 +71,22 @@ org.mockito mockito-all - 1.9.5 test org.powermock powermock-module-junit4 - ${powermock.version} test org.powermock powermock-api-mockito - ${powermock.version} test junit junit - 4.10 test @@ -319,22 +290,6 @@ - - - - - - log4j - log4j - 1.2.17 - - - org.slf4j - slf4j-log4j12 - 1.7.5 - - - diff --git a/pom.xml b/pom.xml index d2062453..e5f1f798 100644 --- a/pom.xml +++ b/pom.xml @@ -1,24 +1,17 @@ - - + 4.0.0 org.onap.aaf.authz @@ -30,7 +23,7 @@ org.onap.oparent oparent - 1.1.0 + 1.2.0 @@ -41,16 +34,24 @@ /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} false - + 0.7.7.201606060606 3.2 jacoco target/code-coverage/jacoco-ut.exec target/code-coverage/jacoco-it.exec - + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** https://nexus.onap.org + UTF-8 + 1.5.1 + 1.9.5 + ${project.version} + 9.4.11.v20180605 + 23.6.1-jre + @@ -142,6 +143,256 @@ auth + + + + org.onap.aaf.authz + aaf-misc-env + ${project.version} + + + + org.onap.aaf.authz + aaf-misc-log4j + ${project.version} + + + + org.onap.aaf.authz + aaf-misc-rosetta + ${project.version} + + + + org.onap.aaf.authz + aaf-misc-xgen + ${project.version} + + + + + + + + + + org.onap.aaf.authz + aaf-auth-client + ${project.version} + + + + org.onap.aaf.authz + aaf-auth-core + ${project.version} + + + + org.onap.aaf.authz + aaf-auth-cass + ${project.version} + + + + org.onap.aaf.authz + aaf-auth-cmd + ${project.version} + + + + org.onap.aaf.authz + aaf-auth-oauth + ${project.version} + + + + org.onap.aaf.authz + aaf-auth-deforg + ${project.version} + + + + org.onap.aaf.authz + aaf-cadi-core + ${project.version} + + + + org.onap.aaf.authz + aaf-cadi-client + ${project.version} + + + + org.onap.aaf.authz + aaf-cadi-aaf + ${project.version} + + + org.apache.cassandra + cassandra-all + + + + + + org.onap.aaf.authz + aaf-cadi-jetty + ${project.version} + + + + org.onap.aaf.authz + aaf-cadi-cass + ${project.version} + + javax.servlet + javax.servlet-api + 3.0.1 + + org.eclipse.jetty + jetty-servlet + ${project.jettyVersion} + + org.eclipse.jetty + jetty-server + ${project.jettyVersion} + + + + org.eclipse.jetty + jetty-io + ${project.jettyVersion} + + + + org.eclipse.jetty + jetty-security + ${project.jettyVersion} + + + + org.eclipse.jetty + jetty-http + ${project.jettyVersion} + + + + org.eclipse.jetty + jetty-util + ${project.jettyVersion} + + + + org.slf4j + slf4j-api + 1.7.5 + + + + com.datastax.cassandra + cassandra-all + ${project.cassVersion} + + + org.slf4j + slf4j-log4j12 + + + log4j + log4j + + + + + + com.datastax.cassandra + cassandra-driver-core + ${project.cassVersion} + + + org.slf4j + slf4j-log4j12 + + + log4j + log4j + + + com.google.guava + guava + + + + + + + com.google.guava + guava + ${project.guavaVersion} + + + + + + io.netty + netty-handler + ${project.nettyVersion} + + + + org.slf4j + slf4j-log4j12 + 1.7.5 + + + + javax.mail + mail + 1.4.7 + + + + org.mockito + mockito-all + ${mockito.version} + test + + + + org.powermock + powermock-module-junit4 + ${powermock.version} + test + + + + org.powermock + powermock-api-mockito + ${powermock.version} + test + + + + log4j + log4j + 1.2.17 + + + + junit + junit + 4.10 + test + + + + + + + + + ecomp-releases -- 2.16.6