diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |