From b6a14a0dc52c9ed43b035aff79831fc32fd52fe3 Mon Sep 17 00:00:00 2001 From: "Thomas Nelson Jr (arthurdent3)" Date: Fri, 23 Feb 2018 15:14:24 -0500 Subject: Changes related to Authentication and Atomic Authentication Fixes Atomic with delete added. Issue-ID: MUSIC-38,MUSIC-39 Change-Id: Ide2974a42ff8618d8a94ef7e8a1b0abde3630550 Signed-off-by: Thomas Nelson Jr (arthurdent3) --- pom.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index b14b4f3a..683c56a4 100755 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.music MUSIC war - 2.4.5 + 2.4.11 This is the MUSIC REST interface, packaged as a war file. @@ -39,7 +39,7 @@ UTF-8 - 1.9 + 1.17 2.26 2.0.1 3.0.0 @@ -172,7 +172,7 @@ ch.qos.logback logback-core - 1.1.3 + 1.2.3 @@ -185,7 +185,7 @@ ch.qos.logback logback-classic - 1.1.3 + 1.2.3 org.slf4j @@ -202,12 +202,18 @@ org.cassandraunit cassandra-unit - 3.3.0.1 + 3.3.0.2 org.apache.zookeeper zookeeper ${zookeeper.version} + + + org.slf4j + slf4j-log4j12 + + com.sun.jersey @@ -271,7 +277,7 @@ io.swagger swagger-jersey-jaxrs - 1.5.0 + 1.5.8 -- cgit 1.2.3-korg