From: kkolinko Date: Sun, 25 Sep 2011 21:25:11 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51871 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b2414618f9510d01d69a2548d833f667cae2e735;p=tomcat7.0 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51871 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 --- diff --git a/res/maven/tomcat-jdbc.pom b/res/maven/tomcat-jdbc.pom index 100b38308..5162923da 100644 --- a/res/maven/tomcat-jdbc.pom +++ b/res/maven/tomcat-jdbc.pom @@ -24,7 +24,7 @@ org.apache.tomcat - tomcat-jdbc + tomcat-juli @MAVEN.DEPLOY.VERSION@ compile