Fixed the c3p0 issue found by NexusIQ
[holmes/common.git] / holmes-actions / pom.xml
index 66b462e..e813b78 100644 (file)
@@ -12,7 +12,7 @@
     <parent>\r
         <groupId>org.onap.holmes.common</groupId>\r
         <artifactId>holmes-common-parent</artifactId>\r
-        <version>1.1.0-SNAPSHOT</version>\r
+        <version>1.2.6</version>\r
     </parent>\r
 \r
     <name>holmes-common-service</name>\r
             <groupId>org.projectlombok</groupId>\r
             <artifactId>lombok</artifactId>\r
         </dependency>\r
-        <dependency>\r
-            <groupId>org.quartz-scheduler</groupId>\r
-            <artifactId>quartz</artifactId>\r
-        </dependency>\r
         <dependency>\r
             <groupId>junit</groupId>\r
             <artifactId>junit</artifactId>\r
             <artifactId>dropwizard-jdbi</artifactId>\r
             <scope>provided</scope>\r
         </dependency>\r
-        <dependency>\r
-            <groupId>com.google.guava</groupId>\r
-            <artifactId>guava</artifactId>\r
-            <exclusions>\r
-                <exclusion>\r
-                    <groupId>com.fasterxml.jackson.core</groupId>\r
-                    <artifactId>jackson-core</artifactId>\r
-                </exclusion>\r
-            </exclusions>\r
-        </dependency>\r
         <dependency>\r
             <groupId>org.easymock</groupId>\r
             <artifactId>easymock</artifactId>\r
         <dependency>\r
             <groupId>org.glassfish.jersey.containers</groupId>\r
             <artifactId>jersey-container-servlet-core</artifactId>\r
-            <version>${jersey.version}</version>\r
         </dependency>\r
         <dependency>\r
             <groupId>org.glassfish.jersey.core</groupId>\r
             <artifactId>jersey-common</artifactId>\r
         </dependency>\r
         <dependency>\r
-            <groupId>org.apache.httpcomponents</groupId>\r
-            <artifactId>httpclient</artifactId>\r
+            <groupId>org.glassfish.jersey.core</groupId>\r
+            <artifactId>jersey-client</artifactId>\r
         </dependency>\r
-\r
         <dependency>\r
-            <groupId>net.sf.json-lib</groupId>\r
-            <artifactId>json-lib</artifactId>\r
-            <version>2.4</version>\r
-            <classifier>jdk15</classifier>\r
-            <exclusions>\r
-                <exclusion>\r
-                    <groupId>commons-collections</groupId>\r
-                    <artifactId>commons-collections</artifactId>\r
-                </exclusion>\r
-                <exclusion>\r
-                    <groupId>commons-beanutils</groupId>\r
-                    <artifactId>commons-beanutils</artifactId>\r
-                </exclusion>\r
-            </exclusions>\r
+            <groupId>org.apache.httpcomponents</groupId>\r
+            <artifactId>httpclient</artifactId>\r
         </dependency>\r
         <dependency>\r
             <groupId>commons-collections</groupId>\r
         <dependency>\r
             <groupId>com.alibaba</groupId>\r
             <artifactId>fastjson</artifactId>\r
-            <version>1.1.23</version>\r
+            <version>1.2.49</version>\r
         </dependency>\r
 \r
     </dependencies>\r