X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=music-rest%2Fpom.xml;h=9bcfd3964e30cbd32bd789b225f5b47d14308f93;hb=0c173cdf44af313e376f1e8ae4fd6e6973c6c20b;hp=9a5ad214b56b0798373b4701a3cc99c4e5003871;hpb=4019754f9d0df4d9cc5a9338b1e6888d110710fd;p=music.git diff --git a/music-rest/pom.xml b/music-rest/pom.xml index 9a5ad214..9bcfd396 100755 --- a/music-rest/pom.xml +++ b/music-rest/pom.xml @@ -27,7 +27,7 @@ org.onap.music MUSIC-rest jar - 3.2.37-SNAPSHOT + 3.2.40-SNAPSHOT This is the MUSIC Spring-based REST service. @@ -36,7 +36,7 @@ org.onap.music MUSIC - 3.2.37-SNAPSHOT + 3.2.40-SNAPSHOT @@ -83,13 +83,7 @@ - - - javax.servlet - javax.servlet-api - 4.0.1 - - + org.springframework.boot spring-boot-starter @@ -133,13 +127,19 @@ org.onap.music MUSIC-core - 3.2.37-SNAPSHOT + 3.2.40-SNAPSHOT com.sun.jersey jersey-client ${jersey1.version} + + + javax.ws.rs + jsr311-api + + com.sun.jersey @@ -150,6 +150,12 @@ com.sun.jersey jersey-json ${jersey1.version} + + + org.codehaus.jackson + jackson-jaxrs + + com.sun.jersey @@ -222,6 +228,12 @@ ${project.basedir}/distribution/music/ true MUSIC-SB + + + javax.ws.rs + jsr311-api + +