diff options
author | Joseph Chou <jc2555@att.com> | 2017-09-06 16:54:33 -0400 |
---|---|---|
committer | Joseph Chou <jc2555@att.com> | 2017-09-12 17:15:44 -0400 |
commit | 5bd93f34b7221c8c141785574082253fcb61d276 (patch) | |
tree | 7d39dc59ed0118f56de79634f078476020fb078c /controlloop/common/model-impl/aai/pom.xml | |
parent | 045198cd1a5a73ffe6630e6833e1d021585fb82f (diff) |
ONAP code for AAI, consolidate name and get query
Adding AAI GET query feature to support ONAP project (1 commit)
Issue-ID: POLICY-103
Change-Id: I0a55f41c3edd7a0bc0562ae4e12a19f262a50d74
Signed-off-by: Joseph Chou <jc2555@att.com>
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> |