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:36:48 UTC

svn commit: r464358 - in /geronimo/gbuild/trunk: gbuild-assemblies/gbuild-agent-assembly/pom.xml gbuild-commands/pom.xml pom.xml

Author: jdillon
Date: Sun Oct 15 18:36:47 2006
New Revision: 464358

URL: http://svn.apache.org/viewvc?view=rev&rev=464358
Log:
Exclude old commons-logging (ugh, such a PITA)

Modified:
    geronimo/gbuild/trunk/gbuild-assemblies/gbuild-agent-assembly/pom.xml
    geronimo/gbuild/trunk/gbuild-commands/pom.xml
    geronimo/gbuild/trunk/pom.xml

Modified: geronimo/gbuild/trunk/gbuild-assemblies/gbuild-agent-assembly/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gbuild/trunk/gbuild-assemblies/gbuild-agent-assembly/pom.xml?view=diff&rev=464358&r1=464357&r2=464358
==============================================================================
--- geronimo/gbuild/trunk/gbuild-assemblies/gbuild-agent-assembly/pom.xml (original)
+++ geronimo/gbuild/trunk/gbuild-assemblies/gbuild-agent-assembly/pom.xml Sun Oct 15 18:36:47 2006
@@ -97,6 +97,12 @@
             <groupId>org.apache.xbean</groupId>
             <artifactId>xbean-spring</artifactId>
             <version>2.2</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>commons-logging</groupId>
+                    <artifactId>commons-logging</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>

Modified: geronimo/gbuild/trunk/gbuild-commands/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gbuild/trunk/gbuild-commands/pom.xml?view=diff&rev=464358&r1=464357&r2=464358
==============================================================================
--- geronimo/gbuild/trunk/gbuild-commands/pom.xml (original)
+++ geronimo/gbuild/trunk/gbuild-commands/pom.xml Sun Oct 15 18:36:47 2006
@@ -57,6 +57,12 @@
         <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>activeio-core</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>commons-logging</groupId>
+                    <artifactId>commons-logging</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <!-- Plexus Support -->

Modified: geronimo/gbuild/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gbuild/trunk/pom.xml?view=diff&rev=464358&r1=464357&r2=464358
==============================================================================
--- geronimo/gbuild/trunk/pom.xml (original)
+++ geronimo/gbuild/trunk/pom.xml Sun Oct 15 18:36:47 2006
@@ -121,7 +121,11 @@
                         <groupId>javax.sql</groupId>
                         <artifactId>jdbc-stdext</artifactId>
                     </exclusion>
-
+                    <exclusion>
+                        <groupId>commons-logging</groupId>
+                        <artifactId>commons-logging</artifactId>
+                    </exclusion>
+                    
                     <!--
                     NOTE: Exclude the default store, which is JDO-based
                     -->