summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsu622b <sunil.unnava@att.com>2018-04-06 14:53:57 -0400
committersu622b <sunil.unnava@att.com>2018-04-06 14:54:18 -0400
commit6b1df20d0f56373766c57406f4c17c849afcd5e4 (patch)
tree6f743218b81dba907bfa8079a6fbcc559cf0602b
parent9fc5cba0aef8ecba4800222a24b754b3f4f50d58 (diff)
Fixes for security vulnerabilities
Issue-ID: DMAAP-387 Change-Id: I258732477569ccffd237363073a284d4a01a5fdb Signed-off-by: su622b <sunil.unnava@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 449f88d..69590ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
</developers>
<dependencies>
- <dependency>
+ <!-- <dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
<version>8.0.47</version>
@@ -95,7 +95,7 @@
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>8.0.47</version>
- </dependency>
+ </dependency> -->
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>