Servlet library provided 76/102876/1
authorTschaen, Brendan <ctschaen@att.com>
Tue, 3 Mar 2020 15:46:17 +0000 (10:46 -0500)
committerTschaen, Brendan <ctschaen@att.com>
Tue, 3 Mar 2020 15:46:17 +0000 (10:46 -0500)
Issue-ID: MUSIC-574
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Change-Id: Ife06b248b03792ff179915074669e1b0bcea2f55

music-rest/pom.xml
version.properties

index 9a5ad21..7d407e6 100755 (executable)
@@ -88,6 +88,7 @@
             <groupId>javax.servlet</groupId>
             <artifactId>javax.servlet-api</artifactId>
             <version>4.0.1</version>
+            <scope>provided</scope>
         </dependency>
         <!-- Springboot -->
         <dependency>
index a7893b2..5b47527 100755 (executable)
@@ -4,7 +4,7 @@
 
 major=3
 minor=2
-patch=36
+patch=37
 
 base_version=${major}.${minor}.${patch}