diff options
author | Quoc Nghia Nguyen <quocnghia.nguyen@orange.com> | 2018-05-16 17:19:55 +0200 |
---|---|---|
committer | Quoc-Nghia Nguyen <quocnghia.nguyen@orange.com> | 2018-07-11 17:00:52 +0200 |
commit | d44d6c6ea00241f586ee7fb3b173821d98decbab (patch) | |
tree | 813bffa66526f6ee67bba506bcf6f035b7d45127 /pom.xml | |
parent | eab71985d99a7eaf2003ac97245fef2c9bc1ad87 (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.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |