From: Tschaen, Brendan Date: Mon, 2 Mar 2020 20:52:00 +0000 (-0500) Subject: Migrate servlet libraries X-Git-Tag: 3.2.38~23 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=14bd1b0fdf2f494b420623d1b5f7a7d966ec7ad9;p=music.git Migrate servlet libraries music-core does not need these libraries, only music-rest does. Therefore, the dependencies should be in music-rest pom Issue-ID: MUSIC-574 Signed-off-by: Tschaen, Brendan Change-Id: I4479bb158b7a1b498f4abb5ca52450ee2e5245bf --- diff --git a/music-core/pom.xml b/music-core/pom.xml index 687ec743..cd1930ec 100755 --- a/music-core/pom.xml +++ b/music-core/pom.xml @@ -46,31 +46,6 @@ 1.8 2.0.1 3.6.0 - - - - - - - - @@ -118,21 +93,8 @@ ${project.basedir}/src/test/resources - - org.apache.maven.plugins maven-checkstyle-plugin @@ -154,8 +116,6 @@ - **/Sample* @@ -187,20 +147,6 @@ - - - javax.servlet - servlet-api - 2.4 - provided - - - javax.servlet - javax.servlet-api - 3.0.1 - provided - - ch.qos.logback @@ -255,7 +201,8 @@ com.datastax.cassandra cassandra-driver-extras ${cassandra.version} - + + org.apache.commons commons-jcs-core diff --git a/music-rest/pom.xml b/music-rest/pom.xml index f949ae5c..9a5ad214 100755 --- a/music-rest/pom.xml +++ b/music-rest/pom.xml @@ -83,6 +83,12 @@ + + + javax.servlet + javax.servlet-api + 4.0.1 + org.springframework.boot