summaryrefslogtreecommitdiffstats
path: root/rulemgt/pom.xml
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-09-02 18:31:37 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2017-09-02 18:31:37 +0800
commitd22b892d315de0fc5710653540472b82c2a21584 (patch)
tree17616bc535a2445b58cb22fe5366e8fc61df3243 /rulemgt/pom.xml
parent4637e303f4c1d65a463a920444a6274af3b78b39 (diff)
Using MSB Java SDK for registration
Use the MSB Java SDK for service registration Change-Id: I4f74deb1db23c79fadfbb6ae44ac716af9e79725 Issue-ID: HOLMES-48 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt/pom.xml')
-rw-r--r--rulemgt/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml
index 5033e8b..9a9daf1 100644
--- a/rulemgt/pom.xml
+++ b/rulemgt/pom.xml
@@ -30,6 +30,10 @@
<dependencies>
<dependency>
+ <groupId>org.onap.msb.java-sdk</groupId>
+ <artifactId>msb-java-sdk</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
</dependency>