diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-09-13 13:58:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-13 13:58:47 +0000 |
commit | dbf8cdaec4b7fc8378b317fdb169eab45fcfadc8 (patch) | |
tree | 54b4b6f1a90166dd858ed34a57745e6f1392ad99 /controlloop/common/model-impl/aai/pom.xml | |
parent | 05ccc1478eec584ec77de78fa072396abf9ff704 (diff) | |
parent | 5bd93f34b7221c8c141785574082253fcb61d276 (diff) |
Merge "ONAP code for AAI, consolidate name and get query"
Diffstat (limited to 'controlloop/common/model-impl/aai/pom.xml')
-rw-r--r-- | controlloop/common/model-impl/aai/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/controlloop/common/model-impl/aai/pom.xml b/controlloop/common/model-impl/aai/pom.xml index da412a138..dcf6f3741 100644 --- a/controlloop/common/model-impl/aai/pom.xml +++ b/controlloop/common/model-impl/aai/pom.xml @@ -22,5 +22,11 @@ <artifactId>rest</artifactId> <version>1.1.0-SNAPSHOT</version> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.12</version> + <scope>test</scope> + </dependency> </dependencies> </project> |