From: beili.zhou Date: Tue, 29 Aug 2017 20:26:56 +0000 (-0400) Subject: Fix local build failure X-Git-Tag: v1.2.0~112 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F9209%2F2;p=appc.git Fix local build failure Fix local build is failing in appc-network-inventory-client-provider due to missing dependency definition for PowerMockito. Issue-Id: APPC-175 Change-Id: I47695277d6d635707cfd23246951ae22f02698f2 Signed-off-by: beili.zhou --- diff --git a/appc-outbound/appc-network-inventory-client/provider/pom.xml b/appc-outbound/appc-network-inventory-client/provider/pom.xml index 7c91ffc74..f6e969cdc 100755 --- a/appc-outbound/appc-network-inventory-client/provider/pom.xml +++ b/appc-outbound/appc-network-inventory-client/provider/pom.xml @@ -1,93 +1,122 @@ - - 4.0.0 - - org.openecomp.appc - appc-network-inventory-client - 1.1.0-SNAPSHOT - + + + 4.0.0 + + org.openecomp.appc + appc-network-inventory-client + 1.1.0-SNAPSHOT + - - equinoxSDK381 - org.eclipse.osgi - - - org.openecomp.sdnc.core - sli-provider - - - commons-io - commons-io - - - com.att.eelf - eelf-core - - - com.sun.jersey - jersey-client - provided - - - junit - junit - test - - - org.openecomp.appc - appc-config-params-provider - ${project.version} - - - org.openecomp.sdnc.core - sli-common - - - org.openecomp.sdnc.core - sli-provider - + appc-network-inventory-client-provider + 1.1.0-SNAPSHOT + bundle + APPC Network Client - Provider - - org.openecomp.sdnc.core - dblib-provider - + - - org.json - json - - + + equinoxSDK381 + org.eclipse.osgi + + + commons-io + commons-io + + + com.att.eelf + eelf-core + + + com.sun.jersey + jersey-client + provided + + + junit + junit + test + + + org.powermock + powermock-api-mockito + 1.6.2 + test + + + org.powermock + powermock-module-junit4 + 1.6.2 + test + + + org.openecomp.appc + appc-config-params-provider + ${project.version} + + + org.openecomp.sdnc.core + sli-common + + + org.openecomp.sdnc.core + sli-provider + + + org.openecomp.sdnc.core + dblib-provider + + + org.json + json + + - - - - org.apache.felix - maven-bundle-plugin - true - - - org.openecomp.appc.instar - org.openecomp.appc.instar.InstarClientActivator - org.openecomp.appc.instar - * - * - - ${project.basedir}/src/main/resources/META-INF - - - - - - - - + + + + org.apache.felix + maven-bundle-plugin + true + + + org.openecomp.appc.instar + org.openecomp.appc.instar.InstarClientActivator + org.openecomp.appc.instar + * + * + + ${project.basedir}/src/main/resources/META-INF + + + + + + + +