From 14bd1b0fdf2f494b420623d1b5f7a7d966ec7ad9 Mon Sep 17 00:00:00 2001 From: "Tschaen, Brendan" Date: Mon, 2 Mar 2020 15:52:00 -0500 Subject: [PATCH] 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 --- music-core/pom.xml | 57 ++---------------------------------------------------- music-rest/pom.xml | 6 ++++++ 2 files changed, 8 insertions(+), 55 deletions(-) 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 -- 2.16.6