summaryrefslogtreecommitdiffstats
path: root/mso-api-handlers
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2020-04-29 15:34:49 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-29 15:34:49 +0000
commit37a2d93feb1dc910e7b09443369083fd49766f89 (patch)
tree978967c265228a9166165c11a618d0e729896177 /mso-api-handlers
parent23c402203aa8bba6fd2f93e9d95871a40f22b4ed (diff)
parent4f774eeef8c1797c7073754412535be47ea1a8d7 (diff)
Merge "move aai-client into its own project"
Diffstat (limited to 'mso-api-handlers')
-rw-r--r--mso-api-handlers/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/mso-api-handlers/pom.xml b/mso-api-handlers/pom.xml
index 5c84ab1d77..db939a6868 100644
--- a/mso-api-handlers/pom.xml
+++ b/mso-api-handlers/pom.xml
@@ -30,6 +30,11 @@
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
+ <groupId>org.onap.so</groupId>
+ <artifactId>aai-client</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>