This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 4a747ed Comment out the most optional dependencies 4a747ed is described below commit 4a747ed990acbb56e57eb30d2ca4a6d7b666f3ef Author: remm <r...@apache.org> AuthorDate: Tue Jun 25 12:01:10 2019 +0200 Comment out the most optional dependencies --- res/tomcat-maven/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/tomcat-maven/pom.xml b/res/tomcat-maven/pom.xml index c6bd79a..fc1046a 100644 --- a/res/tomcat-maven/pom.xml +++ b/res/tomcat-maven/pom.xml @@ -57,17 +57,21 @@ <version>${tomcat.version}</version> </dependency> <!-- Optional: DBCP based pool --> + <!-- <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-dbcp</artifactId> <version>${tomcat.version}</version> </dependency> + --> <!-- Optional: Store configuration listener --> + <!-- <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-storeconfig</artifactId> <version>${tomcat.version}</version> </dependency> + --> </dependencies> <build> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org