This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-datasource.git
commit 7292ed87140d364e00fd38b2024d1258bd8e93ee Author: Chetan Mehrotra <[email protected]> AuthorDate: Tue May 20 11:44:03 2014 +0000 SLING-3580 - Remove embedded Tomcat Juli jar by overriding LogFactory which delegates to Slf4j Also inlined the tomcat-jdbc jar git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1596213 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3a67c1f..721d31e 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ </Export-Package> <Embed-Dependency> org.apache.sling.commons.osgi;inline=org/apache/sling/commons/osgi/PropertiesUtil.class, - tomcat-jdbc, + tomcat-jdbc;inline=true, </Embed-Dependency> </instructions> </configuration> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
