diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-09-02 13:36:19 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-09-02 13:36:19 +0800 |
commit | 892ee11e90a7ad564a8dae5d744287db3bf3ba04 (patch) | |
tree | 27c7e6061b8c34d223755a86248bd4dd56a4ecb4 /holmes-actions/pom.xml | |
parent | 23d05bd2fc5e6b97ed54e50a0bafb0e9dc4ab406 (diff) |
Introduce MSB Java SDK
Add the registration logic using MSB Java SDK
Add corresponding unit test codes
Add dependencies into pom.xml
Change-Id: I4c003c3585702d4956855f62c7ce341bc66b07f4
Issue-ID: HOLMES-48
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index 3f79bcf..e8a1605 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -9,7 +9,6 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
-
<parent>
<groupId>org.onap.holmes.common</groupId>
<artifactId>holmes-common-parent</artifactId>
@@ -21,6 +20,10 @@ <artifactId>holmes-actions</artifactId>
<dependencies>
<dependency>
+ <groupId>org.onap.msb.java-sdk</groupId>
+ <artifactId>msb-java-sdk</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
</dependency>
|