summaryrefslogtreecommitdiffstats
path: root/appc-inbound/appc-artifact-handler/provider/pom.xml
diff options
context:
space:
mode:
authorRamya Balaji <rb111y@att.com>2017-09-11 15:50:25 -0400
committerSkip Wonnell <skip@att.com>2017-09-12 12:50:28 +0000
commitc0eaebba5cd79c295b3e112e2f3632bc5559b237 (patch)
treefb434fad80b01504bff28d000fb00f1c72858ef6 /appc-inbound/appc-artifact-handler/provider/pom.xml
parent66384fab722a35403c8510f25b30f9b9c9ad9a0b (diff)
Junit Cases for Artifact Handler.
Issue-ID : APPC-168 Change-Id: Id2b211d5656ffa8d5f326c30d745bc497e76f4d0 Signed-off-by: Ramya Balaji <rb111y@att.com>
Diffstat (limited to 'appc-inbound/appc-artifact-handler/provider/pom.xml')
-rwxr-xr-xappc-inbound/appc-artifact-handler/provider/pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/appc-inbound/appc-artifact-handler/provider/pom.xml b/appc-inbound/appc-artifact-handler/provider/pom.xml
index 0e7f76f24..35aea7e85 100755
--- a/appc-inbound/appc-artifact-handler/provider/pom.xml
+++ b/appc-inbound/appc-artifact-handler/provider/pom.xml
@@ -144,7 +144,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<groupId>org.opendaylight.controller</groupId>
<artifactId>sal-common-util</artifactId>
</dependency>
-
<dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-common</artifactId>
@@ -204,5 +203,15 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<version>${ccsdk.sli.adaptors.version}</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>