remove not required docs and .readthedocs.yaml
[msb/java-sdk.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index b2aa5c1..4978076 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,18 +4,23 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>oparent</artifactId>
-    <version>1.1.0</version>
+    <version>3.0.0</version>
   </parent>
   <groupId>org.onap.msb.java-sdk</groupId>
   <artifactId>msb-java-sdk</artifactId>
   <name>msb-java-sdk</name>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.6.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <dependencies>
     <dependency>
       <groupId>com.squareup.retrofit2</groupId>
       <artifactId>retrofit</artifactId>
-      <version>2.3.0</version>
+      <version>2.6.2</version>
+    </dependency>
+    <dependency>
+      <groupId>com.squareup.okhttp3</groupId>
+      <artifactId>okhttp</artifactId>
+      <version>4.9.3</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.5.3</version>
+      <version>4.5.13</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.15</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
     <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
-        <version>2.9.4</version>
+        <version>2.14.1</version>
     </dependency>
     <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-core</artifactId>
-        <version>2.9.4</version>
+        <version>2.14.1</version>
     </dependency>
     <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>24.0-jre</version>
+
     </dependency>
   </dependencies>
   <build>
@@ -71,6 +81,7 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
+         <release combine.self="override"></release>
           <source>1.8</source>
           <target>1.8</target>
         </configuration>