summaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/pom.xml
diff options
context:
space:
mode:
authorChuanyu Chen <chenchuanyu@huawei.com>2017-09-15 08:53:08 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-15 08:53:08 +0000
commitfb71ca5b2f70c82770707058ced3bc785005936d (patch)
treec8fab4af9b7958278423d9c246d0c7b32e0b69d0 /mso-api-handlers/mso-api-handler-infra/pom.xml
parent3dea986a2280e2e4c1108c897a2839606b74a174 (diff)
parent7c2a160b0b90559453f0fd7d8a887aca519c5ad5 (diff)
Merge "Added UT tests Issue-Id : SO-134"
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/pom.xml')
-rw-r--r--mso-api-handlers/mso-api-handler-infra/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml
index 4490d78648..f9150fabf0 100644
--- a/mso-api-handlers/mso-api-handler-infra/pom.xml
+++ b/mso-api-handlers/mso-api-handler-infra/pom.xml
@@ -240,6 +240,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
+ <groupId>org.jmockit</groupId>
+ <artifactId>jmockit</artifactId>
+ <version>1.8</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>