summaryrefslogtreecommitdiffstats
path: root/services/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-11-10 12:55:43 -0500
committerDan Timoney <dtimoney@att.com>2020-11-10 12:55:43 -0500
commit50d4d559247852ebb52aee1dc9f65a7bcf752ad4 (patch)
tree3484aa593fdb7822c287ffc5eb5cc80866b89ca8 /services/pom.xml
parent2e0a52864835bd2cf8efadc426c914b9e00be8db (diff)
Add aai-service bean
Added bean for aai-service to allow aai-service to be called from directed graphs Change-Id: I8a617aabce8cb14de5c481276c520809e3917181 Issue-ID: CCSDK-2976 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'services/pom.xml')
-rw-r--r--services/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/services/pom.xml b/services/pom.xml
index 329b7bf6..33952c41 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -117,6 +117,11 @@
</dependency>
<dependency>
<groupId>org.onap.ccsdk.sli.adaptors</groupId>
+ <artifactId>aai-service-provider</artifactId>
+ <version>${ccsdk.sli.adaptors.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.sli.adaptors</groupId>
<artifactId>mdsal-resource-provider</artifactId>
<version>${ccsdk.sli.adaptors.version}</version>
</dependency>