add dsa dependence to pom 81/11881/1
authorShiwei Tian <tian.shiwei@zte.com.cn>
Tue, 12 Sep 2017 07:43:34 +0000 (15:43 +0800)
committerShiwei Tian <tian.shiwei@zte.com.cn>
Tue, 12 Sep 2017 07:43:34 +0000 (15:43 +0800)
Issue-ID: HOLMES-47

Change-Id: I72d1033bb5a3387c2bb965f175944587df50024c
Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
engine-d/pom.xml
pom.xml

index bc8cb20..a5f85dc 100644 (file)
             <groupId>org.reflections</groupId>
             <artifactId>reflections</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.onap.holmes.dsa</groupId>
+            <artifactId>dmaap-dsa</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.onap.holmes.common</groupId>
             <artifactId>holmes-actions</artifactId>
diff --git a/pom.xml b/pom.xml
index 9c4f9e8..3b51ea3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 <artifactId>holmes-actions</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.onap.holmes.dsa</groupId>
+                <artifactId>dmaap-dsa</artifactId>
+                <version>${project.version}</version>
+            </dependency>
             <dependency>
                 <groupId>io.dropwizard</groupId>
                 <artifactId>dropwizard-core</artifactId>