You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by es...@apache.org on 2007/08/24 04:41:20 UTC

svn commit: r569229 - /portals/wsrp4j/trunk/commons/pom.xml

Author: esm
Date: Thu Aug 23 19:41:19 2007
New Revision: 569229

URL: http://svn.apache.org/viewvc?rev=569229&view=rev
Log:
Excluding commons-logging from transitive dep calculation.

Modified:
    portals/wsrp4j/trunk/commons/pom.xml

Modified: portals/wsrp4j/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/commons/pom.xml?rev=569229&r1=569228&r2=569229&view=diff
==============================================================================
--- portals/wsrp4j/trunk/commons/pom.xml (original)
+++ portals/wsrp4j/trunk/commons/pom.xml Thu Aug 23 19:41:19 2007
@@ -163,6 +163,12 @@
             <groupId>commons-discovery</groupId>
             <version>${commons-discovery.version}</version>
             <scope>runtime</scope>
+            <exclusions>
+                <exclusion>
+                    <artifactId>commons-logging</artifactId>
+                    <groupId>commons-logging</groupId>
+                </exclusion>
+            </exclusions>
         </dependency>
         
         <dependency>