Changed the Version to 1.3.0
[holmes/common.git] / holmes-actions / pom.xml
index ebec435..e695c0d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>\r
         <groupId>org.onap.holmes.common</groupId>\r
         <artifactId>holmes-common-parent</artifactId>\r
-        <version>1.3.0-SNAPSHOT</version>\r
+        <version>1.3.0</version>\r
     </parent>\r
 \r
     <name>holmes-common-service</name>\r
                     <groupId>org.slf4j</groupId>\r
                     <artifactId>slf4j-api</artifactId>\r
                 </exclusion>\r
+                <exclusion>\r
+                    <groupId>org.yaml</groupId>\r
+                    <artifactId>snakeyaml</artifactId>\r
+                </exclusion>\r
             </exclusions>\r
         </dependency>\r
         <dependency>\r
         <dependency>\r
             <groupId>org.apache.httpcomponents</groupId>\r
             <artifactId>httpclient</artifactId>\r
+            <exclusions>\r
+                <exclusion>\r
+                    <groupId>commons-codec</groupId>\r
+                    <artifactId>commons-codec</artifactId>\r
+                </exclusion>\r
+            </exclusions>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>commons-codec</groupId>\r
+            <artifactId>commons-codec</artifactId>\r
         </dependency>\r
         <dependency>\r
             <groupId>commons-collections</groupId>\r
             <artifactId>gson</artifactId>\r
             <version>2.8.2</version>\r
         </dependency>\r
-        <dependency>\r
-            <groupId>com.alibaba</groupId>\r
-            <artifactId>fastjson</artifactId>\r
-            <version>1.2.49</version>\r
-        </dependency>\r
         <dependency>\r
             <groupId>com.google.guava</groupId>\r
             <artifactId>guava</artifactId>\r
         </dependency>\r
+        <dependency>\r
+            <groupId>com.google.code.gson</groupId>\r
+            <artifactId>gson</artifactId>\r
+        </dependency>\r
     </dependencies>\r
     <build>\r
         <resources>\r