Code Coverage, Auth ID, Docker
[music.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4bb5e21..59ce19a 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <groupId>org.onap.music</groupId>
     <artifactId>MUSIC</artifactId>
     <packaging>war</packaging>
-    <version>2.4.20</version>
+    <version>2.5.2</version>
     <description>
             This is the MUSIC REST interface, packaged as a war file.
     </description>
             <scope>test</scope>
         </dependency>
         <!--  /Testing -->
-
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-handler</artifactId>
+            <version>4.0.56.Final</version>
+        </dependency>
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-databind</artifactId>
+            <version>2.9.4</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>