diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-21 12:05:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-21 12:05:04 +0000 |
commit | b32d889091123779514dcafb6d56ea4b5f1fd79c (patch) | |
tree | 5949ea3ee968e338608e825d24df50977d73031c /bpmn/MSOInfrastructureBPMN/pom.xml | |
parent | e0a1d5deb1ae0096910648e22715f55ad77171a9 (diff) | |
parent | 7af0db53b2bd2d0dbeec58ac277455669461603b (diff) |
Merge "UT Coverage"
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/pom.xml')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/pom.xml b/bpmn/MSOInfrastructureBPMN/pom.xml index f7170ff231..f7cb61a512 100644 --- a/bpmn/MSOInfrastructureBPMN/pom.xml +++ b/bpmn/MSOInfrastructureBPMN/pom.xml @@ -367,6 +367,13 @@ <version>8.9.1</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
+
<!--for yang tools-->
<!-- <dependency>
<groupId>org.onap.so</groupId>
|