summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsunil unnava <su622b@att.com>2018-08-14 11:13:19 -0400
committersunil unnava <su622b@att.com>2018-08-14 11:15:39 -0400
commit9f253e3f82b17a3a7503a09f039ae06b13f74dfe (patch)
treeb945cbe0ed03abb6d8bd51d46ac797ae2920db26 /pom.xml
parentb32effcaf5684d5e2f338a4537b71a2375c534e5 (diff)
remove tomcat dependencies
Issue-ID: DMAAP-592 Change-Id: I8164b3b8c0e99714d12b52d35c59c8bf37bc1766 Signed-off-by: sunil unnava <su622b@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 870b08b..7112a10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,21 +82,21 @@
</developers>
<dependencies>
- <dependency>
+ <!-- <dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
<version>8.5.23</version>
- </dependency>
- <dependency>
+ </dependency> -->
+ <!-- <dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-util</artifactId>
<version>8.5.23</version>
- </dependency>
- <dependency>
+ </dependency> -->
+ <!-- <dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>8.5.23</version>
- </dependency>
+ </dependency> -->
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>