diff options
author | Sindhu A <arcot.sindhuri@huawei.com> | 2018-03-22 05:09:02 +0000 |
---|---|---|
committer | Sindhu A <arcot.sindhuri@huawei.com> | 2018-03-22 12:23:01 +0000 |
commit | 97b6536a1e0111585b125369691b91d2e8d59665 (patch) | |
tree | 98d39d142b249d05235dff253e8c1233cbbc89f2 /mso-api-handlers/pom.xml | |
parent | 1d6e98e42d96242035db4a7b02f7aac9656a636b (diff) |
UT Coverage
UT Coverage for SO
Issue-ID: SO-369
Change-Id: I1708ed331d07386ce85bf1f448085acdc2915fea
Signed-off-by: Sindhu A <arcot.sindhuri@huawei.com>
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> |