diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-28 17:11:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-28 17:11:09 +0000 |
commit | 1c3b3abb92036476b7744011684b31943ec8efb9 (patch) | |
tree | a38cfb210549028b1cbfc57091289a48fe3a0099 /mso-api-handlers/mso-api-handler-infra/pom.xml | |
parent | 3bc4cc9408f3bc4be1771ca5d6ccc0ed6bde654e (diff) | |
parent | b454a280561c0f5e040db9a63088e536710b31cd (diff) |
Merge "UT Coverage for API Handler"
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/pom.xml')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/pom.xml | 12 |
1 files changed, 12 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 93b6c8fbb5..97bd8348d3 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -225,6 +225,18 @@ <artifactId>json</artifactId> <version>20160212</version> </dependency> + <dependency> + <groupId>org.jmockit</groupId> + <artifactId>jmockit</artifactId> + <version>1.19</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.12</version> + <scope>test</scope> + </dependency> <dependency> <groupId>pl.pragmatists</groupId> <artifactId>JUnitParams</artifactId> |