tomcat-jdbc depends upon tomcat-juli. However, the maven pom for tomcat-jdbc lists itself as a transitive dependency instead: http://search.maven.org/remotecontent?filepath=org/apache/tomcat/tomcat-jdbc/7.0.21/tomcat-jdbc-7.0.21.pom I believe this is supposed to be tomcat-juli similar to other tomcat dependencies dependent on tomcat-juli like tomcat-coyote: http://search.maven.org/remotecontent?filepath=org/apache/tomcat/tomcat-coyote/7.0.21/tomcat-coyote-7.0.21.pom
Correct project
FYI: I see this value in res/maven/tomcat-jdbc.pom in trunk and tc7.0.x. The jdbc-pool pom file in modules/jdbc-pool/pom.xml is different.
Fixed with r1175582 and r1175584. Will be in Tomcat 7.0.22.