Reverse some of the previous changes. 94/103394/1
authorThomas Nelson <tn1381@att.com>
Mon, 9 Mar 2020 21:41:39 +0000 (17:41 -0400)
committerThomas Nelson <tn1381@att.com>
Mon, 9 Mar 2020 21:41:39 +0000 (17:41 -0400)
Leaving main pom change in.

Issue-ID: MUSIC-574
Signed-off-by: Thomas Nelson <tn1381@att.com>
Change-Id: I591fec9c3874debeb4c56de9279bc95c5bda9ba4

pom.xml

diff --git a/pom.xml b/pom.xml
index baf1bd9..c7628ba 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -69,8 +69,8 @@
         <!-- Development -->
         <dependency>
             <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.4</version>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>4.0.1</version>
             <scope>provided</scope>
         </dependency>
         <!-- Springboot -->