aboutsummaryrefslogtreecommitdiffstats
path: root/music-rest
diff options
context:
space:
mode:
authorTschaen, Brendan <ctschaen@att.com>2020-03-03 10:46:17 -0500
committerTschaen, Brendan <ctschaen@att.com>2020-03-03 10:46:17 -0500
commit84070619f78f98993111d60386a4f05ca2298739 (patch)
treeb17f6a41d3b5f485af8082ca296b5f7c05a2e755 /music-rest
parent4019754f9d0df4d9cc5a9338b1e6888d110710fd (diff)
Servlet library provided
Issue-ID: MUSIC-574 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: Ife06b248b03792ff179915074669e1b0bcea2f55
Diffstat (limited to 'music-rest')
-rwxr-xr-xmusic-rest/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/music-rest/pom.xml b/music-rest/pom.xml
index 9a5ad214..7d407e61 100755
--- a/music-rest/pom.xml
+++ b/music-rest/pom.xml
@@ -88,6 +88,7 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.1</version>
+ <scope>provided</scope>
</dependency>
<!-- Springboot -->
<dependency>