modify test bug
[holmes/engine-management.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 9c4f9e8..b03ece7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>0.1.1</version>
     </parent>
 
     <groupId>org.onap.holmes.engine-management</groupId>
@@ -50,7 +50,7 @@
         <postgres.jdbc.driver.version>42.1.1</postgres.jdbc.driver.version>
         <dropwizard.version>0.8.0</dropwizard.version>
         <swagger.version>1.5.3</swagger.version>
-        <lombok.version>1.16.4</lombok.version>
+        <lombok.version>1.16.8</lombok.version>
         <jersey.version>2.22.2</jersey.version>
         <jaxrs.consumer.version>5.0</jaxrs.consumer.version>
         <slf4j.version>1.6.1</slf4j.version>
                 <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>
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpclient</artifactId>
-                <version>4.3.6</version>
+                <version>4.5.3</version>
             </dependency>
 
             <dependency>