aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorQuoc Nghia Nguyen <quocnghia.nguyen@orange.com>2018-05-16 17:19:55 +0200
committerQuoc-Nghia Nguyen <quocnghia.nguyen@orange.com>2018-07-11 17:00:52 +0200
commitd44d6c6ea00241f586ee7fb3b173821d98decbab (patch)
tree813bffa66526f6ee67bba506bcf6f035b7d45127 /pom.xml
parenteab71985d99a7eaf2003ac97245fef2c9bc1ad87 (diff)
Register with MSB after being launched
Change-Id: I96c84f8b8e0757d68461a0e631d6ed432f64ecad Issue-ID: EXTAPI-90 Signed-off-by: Quoc-Nghia Nguyen <quocnghia.nguyen@orange.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ac83f88..8c849e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,6 +262,13 @@
<scope>runtime</scope>
</dependency>
+ <!-- MSB SDK-->
+ <dependency>
+ <groupId>org.onap.msb.java-sdk</groupId>
+ <artifactId>msb-java-sdk</artifactId>
+ <version>1.1.1</version>
+ </dependency>
+
</dependencies>
<build>