diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-22 12:37:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-22 12:37:58 +0000 |
commit | 506bbcf9c7c7d1f27cd9a2910275b5f848dc7de2 (patch) | |
tree | 8854767b360de44039a2342d78b14b69a5446733 /mso-api-handlers/pom.xml | |
parent | 84f2e32a33d3306e8248f5afd496ebbfc111c210 (diff) | |
parent | 97b6536a1e0111585b125369691b91d2e8d59665 (diff) |
Merge "UT Coverage"
Diffstat (limited to 'mso-api-handlers/pom.xml')
-rw-r--r-- | mso-api-handlers/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mso-api-handlers/pom.xml b/mso-api-handlers/pom.xml index 08d5ba7d41..6be4911c6a 100644 --- a/mso-api-handlers/pom.xml +++ b/mso-api-handlers/pom.xml @@ -27,5 +27,11 @@ <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.12</version> + <scope>test</scope> + </dependency> </dependencies> </project> |