X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=misc%2Fenv%2Fpom.xml;h=e042af9c27fd8b517eeeb472fabbce91d78455cc;hb=c9324c82b4a7d6e2867b2e765f4949ee306045af;hp=1c82d8c66bde80ed9c65ba3a5279016dd8aa75a1;hpb=c36423577d5b8501af78cc2f8a7db1e43eacdf0d;p=aaf%2Fauthz.git diff --git a/misc/env/pom.xml b/misc/env/pom.xml index 1c82d8c6..e042af9c 100644 --- a/misc/env/pom.xml +++ b/misc/env/pom.xml @@ -22,9 +22,9 @@ - org.onap.aaf.authz.misc - parent - 1.3.0-SNAPSHOT + org.onap.aaf.authz + miscparent + 2.1.11-SNAPSHOT .. @@ -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,24 +88,6 @@ - - - true - 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} - - @@ -173,6 +174,12 @@ maven-surefire-plugin 2.17 + false + + **/JU*.java + + + @@ -287,6 +294,29 @@ log4j compile + + + org.mockito + mockito-all + test + + + + org.powermock + powermock-module-junit4 + test + + + org.powermock + powermock-api-mockito + test + + + + junit + junit + test +