Change the Dependency Version of MSB to 1.0.0
[holmes/dsa.git] / dmaap-dsa / pom.xml
index 1bbca94..827bbf3 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onap.holmes.dsa</groupId>
         <artifactId>holmes-dsa-parent</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>dmaap-dsa</artifactId>
@@ -36,7 +36,6 @@
         <dependency>
             <groupId>org.onap.holmes.common</groupId>
             <artifactId>holmes-actions</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.glassfish.jersey.containers</groupId>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.3.6</version>
+            <version>4.5.3</version>
         </dependency>
         <dependency>
             <groupId>com.googlecode.json-simple</groupId>