aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Nelson <tn1381@att.com>2020-03-09 17:41:39 -0400
committerThomas Nelson <tn1381@att.com>2020-03-09 17:41:39 -0400
commitd7f9699a366991d9014880bdb5d2e9dec4ea1e0b (patch)
tree988383caa0386e088a4db6c7892d30030e78c355 /pom.xml
parent822ddd979e4c1ca49c2373c16c15a8375e1aae88 (diff)
Reverse some of the previous changes.
Leaving main pom change in. Issue-ID: MUSIC-574 Signed-off-by: Thomas Nelson <tn1381@att.com> Change-Id: I591fec9c3874debeb4c56de9279bc95c5bda9ba4
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index baf1bd99..c7628bae 100755
--- 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 -->