Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51871
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 25 Sep 2011 21:25:11 +0000 (21:25 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 25 Sep 2011 21:25:11 +0000 (21:25 +0000)
Wrong transitive dependency listed in tomcat-jdbc maven pom
It should depend on tomcat-juli, not on itself.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1175582 13f79535-47bb-0310-9956-ffa450edef68

res/maven/tomcat-jdbc.pom

index 100b383..5162923 100644 (file)
@@ -24,7 +24,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.tomcat</groupId>
-      <artifactId>tomcat-jdbc</artifactId>
+      <artifactId>tomcat-juli</artifactId>
       <version>@MAVEN.DEPLOY.VERSION@</version>
       <scope>compile</scope>
     </dependency>