changed hikari dependency to java based one 77/90177/1
authorBenjamin, Max (mb388a) <mb388a@us.att.com>
Wed, 19 Jun 2019 18:16:52 +0000 (14:16 -0400)
committerBenjamin, Max (mb388a) <mb388a@us.att.com>
Wed, 19 Jun 2019 18:16:52 +0000 (14:16 -0400)
clojure dependency used by accident, replaced with HikariCP

Change-Id: I25b9f75d8be061fb3ac3d7737e9a58883a801425
Issue-ID: SO-2038
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
common/pom.xml
pom.xml

index 316cad1..4490b63 100644 (file)
   </properties>
 
   <dependencies>
-    <dependency>
-      <groupId>hikari-cp</groupId>
-      <artifactId>hikari-cp</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
       <artifactId>reflections</artifactId>
       <version>0.9.11</version>
     </dependency>
-
+    <dependency>
+      <groupId>com.zaxxer</groupId>
+      <artifactId>HikariCP</artifactId>
+    </dependency>
     <!-- CDS dependencies -->
     <dependency>
       <groupId>org.onap.ccsdk.cds.components</groupId>
     </dependency>
 
   </dependencies>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.springframework.boot</groupId>
+        <artifactId>spring-boot-dependencies</artifactId>
+        <version>${springboot.version}</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
   <build>
     <resources>
       <resource>
diff --git a/pom.xml b/pom.xml
index 7384c5b..cd94478 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,6 @@
     <camunda.springboot.version>3.2.0</camunda.springboot.version>
     <format.skipValidate>false</format.skipValidate>
     <format.skipExecute>true</format.skipExecute>
-    <hikari.cp.version>2.7.1</hikari.cp.version>
     <io.fabric8.version>4.1.0</io.fabric8.version>
   </properties>
   <distributionManagement>
         <artifactId>snakeyaml</artifactId>
         <version>1.19</version>
       </dependency>
-      <dependency>
-        <groupId>hikari-cp</groupId>
-        <artifactId>hikari-cp</artifactId>
-        <version>${hikari.cp.version}</version>
-      </dependency>
     </dependencies>
   </dependencyManagement>
   <profiles>