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 0b5b2e2 Add optional dependencies 0b5b2e2 is described below commit 0b5b2e28cfeb63657b28798e8ae54c035aca2951 Author: remm <r...@apache.org> AuthorDate: Tue Jul 16 09:12:20 2019 +0200 Add optional dependencies tomcat-resource.json lists all the bundles so it's better to leave that in by default so that the native image can build without changes. --- res/tomcat-maven/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/res/tomcat-maven/pom.xml b/res/tomcat-maven/pom.xml index 54cc499..158642c 100644 --- a/res/tomcat-maven/pom.xml +++ b/res/tomcat-maven/pom.xml @@ -57,21 +57,17 @@ <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