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:24:07 UTC

svn commit: r619452 - /cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml

Author: anathaniel
Date: Thu Feb  7 07:24:07 2008
New Revision: 619452

URL: http://svn.apache.org/viewvc?rev=619452&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/core/cocoon-store/cocoon-store-impl/pom.xml

Modified: cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml?rev=619452&r1=619451&r2=619452&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml (original)
+++ cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml Thu Feb  7 07:24:07 2008
@@ -90,6 +90,10 @@
       <artifactId>ehcache</artifactId>
       <exclusions>
         <exclusion>
+          <groupId>avalon-framework</groupId>
+          <artifactId>avalon-framework</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>commons-collections</groupId>
           <artifactId>commons-collections</artifactId>
         </exclusion>