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
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>