You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2008/02/07 16:23:27 UTC

svn commit: r619445 - /cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml

Author: anathaniel
Date: Thu Feb  7 07:23:22 2008
New Revision: 619445

URL: http://svn.apache.org/viewvc?rev=619445&view=rev
Log:
Add exclusions for transitive dependencies, mainly through commons-logging, on avalon-framework 4.1.3.
This gets us out of jar hell because we need the later version 4.3.1, which is split into two artefacts a-f-api and a-f-impl, using a different groupId which causes m2 to pick up both versions.

See http://archive.netbsd.se/?ml=cocoon-dev&a=2007-11&m=5764467 for more details.

Modified:
    cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml

Modified: cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml?rev=619445&r1=619444&r2=619445&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml Thu Feb  7 07:23:22 2008
@@ -53,6 +53,12 @@
     <dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>avalon-framework</groupId>
+          <artifactId>avalon-framework</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>