diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-09-18 22:44:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-18 22:44:36 +0000 |
commit | 65ef62c9c8de81bf21817e6fb968a555dd87ae25 (patch) | |
tree | 55a83053e8631c9885d8a482ba25a2d0d83e25ee /BRMSGateway/pom.xml | |
parent | 721332401e7192f8f56695921dc9b313a2a1bd38 (diff) | |
parent | dc35b06ecbff453135aa9c1a557e55995f3e9020 (diff) |
Merge "Adding JUnits for additional coverage"
Diffstat (limited to 'BRMSGateway/pom.xml')
-rw-r--r-- | BRMSGateway/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index b398f373d..6bd955741 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -41,6 +41,12 @@ </exclusions> </dependency> <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.11</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-model</artifactId> <version>2.2.1</version> |