changed hikari dependency to java based one

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>
diff --git a/common/pom.xml b/common/pom.xml
index 316cad1..4490b63 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -20,10 +20,6 @@
 
   <dependencies>
     <dependency>
-      <groupId>hikari-cp</groupId>
-      <artifactId>hikari-cp</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
     </dependency>
@@ -144,7 +140,10 @@
       <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>
@@ -189,6 +188,17 @@
     </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>