diff options
author | Chuanyu Chen <chenchuanyu@huawei.com> | 2017-09-15 08:53:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-15 08:53:08 +0000 |
commit | fb71ca5b2f70c82770707058ced3bc785005936d (patch) | |
tree | c8fab4af9b7958278423d9c246d0c7b32e0b69d0 /mso-api-handlers/mso-api-handler-infra/pom.xml | |
parent | 3dea986a2280e2e4c1108c897a2839606b74a174 (diff) | |
parent | 7c2a160b0b90559453f0fd7d8a887aca519c5ad5 (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.xml | 6 |
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> |