X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=misc%2Fenv%2Fpom.xml;h=071cfa4a6e04b8bccd9312abb2a77d3b6d33d2b7;hb=f2b24d074b23704f809ea19ebcf558b3a39eb5b9;hp=76de25f9e2712066ad92560f51835a6a0a3aafd8;hpb=f44b927dac674137fe2968b3af23e71ddeb5e5b9;p=aaf%2Fauthz.git diff --git a/misc/env/pom.xml b/misc/env/pom.xml index 76de25f9..071cfa4a 100644 --- a/misc/env/pom.xml +++ b/misc/env/pom.xml @@ -24,7 +24,7 @@ org.onap.aaf.authz miscparent - 2.1.0-SNAPSHOT + 2.1.15 .. @@ -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} - - @@ -174,6 +174,12 @@ maven-surefire-plugin 2.17 + false + + **/JU*.java + + + @@ -209,17 +215,6 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - org.jacoco jacoco-maven-plugin @@ -288,6 +283,29 @@ log4j compile + + + org.mockito + mockito-all + test + + + + org.powermock + powermock-module-junit4 + test + + + org.powermock + powermock-api-mockito + test + + + + junit + junit + test +