X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=blobdiff_plain;f=pom.xml;h=a75307086e3553237bdf4ceea0e8ef3333ae8d69;hp=ee90353f0751a1d43e66a42c97cf73908ab4e281;hb=HEAD;hpb=73909c3fc05745feab01fd19b06695849653580c diff --git a/pom.xml b/pom.xml index ee90353f..9edf385c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,162 +1,468 @@ - - - 4.0.0 - org.onap.aaf.authz - parent - 2.1.1-SNAPSHOT - AAF Overall Parent - pom - - - org.onap.oparent - oparent - 1.1.0 - - - - https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ - /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 - - - - - org.apache.maven.plugins - maven-deploy-plugin - - false - - - - org.sonatype.plugins - nexus-staging-maven-plugin - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - - - org.jacoco - jacoco-maven-plugin - - - **/gen/** - **/generated-sources/** - **/yang-gen/** - **/pax/** - - - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco-ut.exec - surefireArgLine - - - - post-unit-test - test - - report - - - ${project.build.directory}/code-coverage/jacoco-ut.exec - ${project.reporting.outputDirectory}/jacoco-ut - - - - pre-integration-test - pre-integration-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco-it.exec - failsafeArgLine - - - - post-integration-test - post-integration-test - - report - - - ${project.build.directory}/code-coverage/jacoco-it.exec - ${project.reporting.outputDirectory}/jacoco-it - - - - - - - - - auth-client - misc - cadi - auth - - - - - ecomp-releases - AAF Release Repository - ${nexusproxy}${releaseNexusPath} - - - ecomp-snapshots - AAF Snapshot Repository - ${nexusproxy}${snapshotNexusPath} - - - ecomp-site - dav:${nexusproxy}${sitePath} - - + + + 4.0.0 + org.onap.aaf.authz + parent + 2.7.4-SNAPSHOT + aaf-authz + pom + + org.onap.oparent + oparent + + 3.0.1 + + + + https://nexus.onap.org + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} + + false + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + https://nexus.onap.org + UTF-8 + 1.5.1 + 1.9.5 + ${project.version} + 9.4.12.v20180830 + + + 3.6.0 + 2.3.1 + 3.0-b71 + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + + + org.jacoco + jacoco-maven-plugin + + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + + + + + pre-unit-test + + prepare-agent + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + surefireArgLine + + + + post-unit-test + test + + report + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + ${project.build.directory}/code-coverage/jacoco-it.exec + failsafeArgLine + + + + post-integration-test + post-integration-test + + report + + + ${project.build.directory}/code-coverage/jacoco-it.exec + ${project.reporting.outputDirectory}/jacoco-it + + + + + + + + + + auth-client + misc + cadi + 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-http + ${project.jettyVersion} + + + org.eclipse.jetty + jetty-io + ${project.jettyVersion} + + + org.eclipse.jetty + jetty-security + ${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 + + + + + + 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 + + + + + + javax.annotation + javax.annotation-api + 1.3.2 + + + javax.xml.bind + jaxb-api + ${project.jaxbVersion} + + + org.glassfish.jaxb + jaxb-xjc + ${project.jaxbVersion} + + + org.glassfish.jaxb + jaxb-runtime + ${project.jaxbVersion} + + + + + + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + + + + + + build-docker + + + + org.codehaus.mojo + exec-maven-plugin + 1.6.0 + + + Docker Build + + exec + + + + + true + bash + echo "No Docker Here" + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + + true + + + + + + + auth-client + misc + cadi + auth + auth/docker + + +