summaryrefslogtreecommitdiffstats
path: root/so-cnf-adapter-application/pom.xml
diff options
context:
space:
mode:
authorGrzegorz Wielgosinski <g.wielgosins@samsung.com>2021-08-13 13:07:34 +0200
committerGrzegorz Wielgosinski <g.wielgosins@samsung.com>2021-08-23 15:41:40 +0200
commitaf65cfcdcb097d4060dceba9731f326d063556a8 (patch)
tree7acda9f9ed9b8cf677e775ba5c898c8e46b5fabc /so-cnf-adapter-application/pom.xml
parentf38fe1e195c4fc56646050a206724ea3c5c5aff6 (diff)
Expose create instance AAI API
Issue-ID: SO-3690 Signed-off-by: Grzegorz Wielgosinski <g.wielgosins@samsung.com> Change-Id: Ifcae8e8ac36a6d837e951d39116835f3eb9111e0
Diffstat (limited to 'so-cnf-adapter-application/pom.xml')
-rwxr-xr-xso-cnf-adapter-application/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/so-cnf-adapter-application/pom.xml b/so-cnf-adapter-application/pom.xml
index 8a7b4b4..cd2d28e 100755
--- a/so-cnf-adapter-application/pom.xml
+++ b/so-cnf-adapter-application/pom.xml
@@ -96,6 +96,11 @@
</build>
<dependencies>
<dependency>
+ <groupId>org.onap.so</groupId>
+ <artifactId>aai-client</artifactId>
+ <version>1.9.0</version>
+ </dependency>
+ <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>