You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/10/16 03:21:43 UTC

svn commit: r464355 - /geronimo/gbuild/trunk/pom.xml

Author: jdillon
Date: Sun Oct 15 18:21:42 2006
New Revision: 464355

URL: http://svn.apache.org/viewvc?view=rev&rev=464355
Log:
Exclude commons-logging from activeio-core, it brings in 1.0.3 which causes some problems using 1.1

Modified:
    geronimo/gbuild/trunk/pom.xml

Modified: geronimo/gbuild/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gbuild/trunk/pom.xml?view=diff&rev=464355&r1=464354&r2=464355
==============================================================================
--- geronimo/gbuild/trunk/pom.xml (original)
+++ geronimo/gbuild/trunk/pom.xml Sun Oct 15 18:21:42 2006
@@ -181,6 +181,12 @@
                 <groupId>org.apache.activemq</groupId>
                 <artifactId>activeio-core</artifactId>
                 <version>3.0-SNAPSHOT</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>commons-logging</groupId>
+                        <artifactId>commons-logging</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
 
             <dependency>