From b2414618f9510d01d69a2548d833f667cae2e735 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Sun, 25 Sep 2011 21:25:11 +0000 Subject: [PATCH] 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 --- res/maven/tomcat-jdbc.pom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0