X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=blobdiff_plain;f=pom.xml;h=a75307086e3553237bdf4ceea0e8ef3333ae8d69;hp=ba50a9bb7eac2919ee998eba0f311a7026a8b17e;hb=HEAD;hpb=dc5fcf12db027827a32c54089a4d064908e52dca diff --git a/pom.xml b/pom.xml index ba50a9bb..9edf385c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,561 +1,468 @@ - - - - 4.0.0 - org.onap.aaf.authz - parent - 1.0.0-SNAPSHOT - aaf-authz - pom - https://github.com/att/AAF - - - BSD License - - - - - - Jonathan Gathman - - ATT - - - - This module is used to organize all of the common SWM (Software Manager) - artifacts and capabilities that are inherited by all modules that are SWM - packaged. This prevents duplication of these common artifacts, plugins, and - other settings and provides a single place to support this configuration. - - - UTF-8 - false - 1.0.0-SNAPSHOT - 1.0.0-SNAPSHOT - 1.0.0-SNAPSHOT - 3.1.200 - java - jacoco - ${project.build.directory}/surefire-reports - ${project.build.directory}/coverage-reports/jacoco.exec - ${project.build.directory}/coverage-reports/jacoco-it.exec - true - ${project.version} - https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ - /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.8 - 1.8 - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.6 - - false - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.17 - - ${skipTests} - - **/JU*.java - - - **/JU_DataFile.java - **/JU_ArtiDAO.java - **/JU_CertDAO.java - **/JU_FastCalling.java - **/JU_NsDAO.java - - - **/JU_RoleDAO.java - **/JU_PermDAO.java - **/JU_Question.java - - **/JU_HistoryDAO.java - **/JU_DelegateDAO.java - **/JU_CredDAO.java - **/JU_CacheInfoDAO.java - **/JU_ApprovalDAO.java - **/JU_Define.java - **/JU_AuthzTransFilter.java - **/JU_CachingFileAccess.java - - **/JU_DefaultOrg.java - - - - - - - - - org.codehaus.mojo - jaxb2-maven-plugin - 1.3 - - - generate-sources - - xjc - - - - - src/main/xsd - - - - - org.apache.maven.plugins - maven-failsafe-plugin - 2.17 - - true - - - - integration-test - - integration-test - verify - - - - - - org.apache.maven.plugins - maven-jarsigner-plugin - 1.2 - - - sign - - sign - - - - target/${project.artifactId}-${project.version}.jar - - - - verify - - verify - - - target/${project.artifactId}-${project.version}.jar - - - - - true - aaf - /Volumes/Data/src/cadi/keys/aaf_cadi.jks - Surprise! - Surprise! - true - true - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - false - - - - attach-javadocs - - jar - - - - - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - attach-sources - - jar-no-fork - - - - - - - - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - - html - xml - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - ${skip.staging.artifacts} - - - - org.jacoco - jacoco-maven-plugin - 0.7.7.201606060606 - - true - - org.onap.aaf.* - - - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco.exec - - - - - pre-integration-test - pre-integration-test - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco-it.exec - - - - + + + 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 - merge + 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}/coverage-reports - - *.exec - - - - ${project.build.directory}/jacoco-dev.exec + ${project.build.directory}/code-coverage/jacoco-it.exec + ${project.reporting.outputDirectory}/jacoco-it - - - - - - - - - - junit - junit - 4.10 - test - - - - org.mockito - mockito-core - 1.10.19 - test - - - org.powermock - powermock-module-junit4 - 1.6.4 - test - - - org.powermock - powermock-api-mockito - 1.6.4 - test - - - - - - - - authz-client - authz-core - authz-cass - authz-defOrg - authz-service - authz-cmd - - authz-test - - authz-gw - authz-certman - authz-fs - - - - - - org.onap.aaf.inno - env - ${project.innoVersion} - + + - - org.onap.aaf.inno - log4j - ${project.innoVersion} - - - org.onap.aaf.inno - rosetta - ${project.innoVersion} - + + + + auth-client + misc + cadi + auth + - - org.onap.aaf.inno - xgen - ${project.innoVersion} - - - - org.onap.aaf.cadi - cadi-core - ${project.cadiVersion} - + + + + org.onap.aaf.authz + aaf-misc-env + ${project.version} + - - org.onap.aaf.cadi - cadi-client - ${project.cadiVersion} - - - - - org.onap.aaf.cadi - cadi-aaf - ${project.cadiVersion} - - - org.apache.cassandra - cassandra-all - - - - - - org.onap.aaf.authz - authz-client - ${project.interfaceVersion} - - - - - org.onap.aaf.authz - authz-core - ${project.version} - - - - org.onap.aaf.authz - authz-cass - ${project.version} - - - - org.onap.aaf.authz - authz-batch - ${project.interfaceVersion} - - + + 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 - authz-cmd - ${project.version} - - - org.onap.aaf.authz - authz-gw - ${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 + + + - com.att.aft - dme2 - ${project.dme2Version} + org.eclipse.jetty + jetty-servlet + ${project.jettyVersion} - - javax.servlet - servlet-api - 2.5 + org.eclipse.jetty + jetty-server + ${project.jettyVersion} - org.eclipse.jetty - jetty-servlet - 9.0.3.v20130506 + jetty-http + ${project.jettyVersion} - - com.datastax.cassandra - cassandra-all - 2.1.10 - - - org.slf4j - slf4j-log4j12 - - - log4j - log4j - - + org.eclipse.jetty + jetty-io + ${project.jettyVersion} - com.datastax.cassandra - cassandra-driver-core - - - 2.1.10 - - - org.slf4j - slf4j-log4j12 - - - log4j - log4j - - - - - - org.slf4j - slf4j-log4j12 - 1.7.5 + org.eclipse.jetty + jetty-security + ${project.jettyVersion} - - javax.mail - mail - 1.4.5 - - - - - - - - ecomp-releases - AAF Release Repository - ${nexusproxy}${releaseNexusPath} - - - ecomp-snapshots - AAF Snapshot Repository - ${nexusproxy}${snapshotNexusPath} - - - ecomp-site - dav:${nexusproxy}${sitePath} - - - - - onap-plugin-snapshots - https://nexus.onap.org/content/repositories/snapshots/ - - - - - - central - Maven 2 repository 2 - http://repo2.maven.org/maven2/ - - - onap-jar-snapshots - https://nexus.onap.org/content/repositories/snapshots + 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} - - spring-repo - Spring repo - https://artifacts.alfresco.com/nexus/content/repositories/public/ - - - repository.jboss.org-public - JBoss.org Maven repository - https://repository.jboss.org/nexus/content/groups/public - - - + + 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 + + + +