X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=music-rest%2Fpom.xml;h=4dad5e81ce43778d2288604fb915e8be9d8daf1b;hb=c345abd5168518c3ad2c9f5f6eeb352b788b5440;hp=9a5ad214b56b0798373b4701a3cc99c4e5003871;hpb=14bd1b0fdf2f494b420623d1b5f7a7d966ec7ad9;p=music.git diff --git a/music-rest/pom.xml b/music-rest/pom.xml index 9a5ad214..4dad5e81 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.38-SNAPSHOT This is the MUSIC Spring-based REST service. @@ -36,7 +36,7 @@ org.onap.music MUSIC - 3.2.37-SNAPSHOT + 3.2.38-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.38-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 + +