From 14bd1b0fdf2f494b420623d1b5f7a7d966ec7ad9 Mon Sep 17 00:00:00 2001 From: "Tschaen, Brendan" Date: Mon, 2 Mar 2020 15:52:00 -0500 Subject: 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-rest/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'music-rest') 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 -- cgit 1.2.3-korg