Author: kkolinko
Date: Sun Sep 25 21:25:11 2011
New Revision: 1175582
URL: http://svn.apache.org/viewvc?rev=1175582&view=rev
Log:
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.
Modified:
tomcat/trunk/res/maven/tomcat-jdbc.pom
Modified: tomcat/trunk/res/maven/tomcat-jdbc.pom
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-jdbc.pom?rev=1175582&r1=1175581&r2=1175582&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-jdbc.pom (original)
+++ tomcat/trunk/res/maven/tomcat-jdbc.pom Sun Sep 25 21:25:11 2011
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]