diff options
author | Thomas Nelson <tn1381@att.com> | 2020-03-09 17:41:39 -0400 |
---|---|---|
committer | Thomas Nelson <tn1381@att.com> | 2020-03-09 17:41:39 -0400 |
commit | d7f9699a366991d9014880bdb5d2e9dec4ea1e0b (patch) | |
tree | 988383caa0386e088a4db6c7892d30030e78c355 | |
parent | 822ddd979e4c1ca49c2373c16c15a8375e1aae88 (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
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 --> |