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/21 05:17:46 UTC

svn commit: r567929 - in /portals/wsrp4j/trunk: consumer-proxyportlet/src/webapp/WEB-INF/classes/log4j.properties consumer-swingconsumer/src/resources/log4j.properties producer/pom.xml producer/src/webapp/WEB-INF/classes/log4j.properties

Author: esm
Date: Mon Aug 20 20:17:45 2007
New Revision: 567929

URL: http://svn.apache.org/viewvc?rev=567929&view=rev
Log:
Upgrade to commons-logging version 1.1.  Excluding older versions of commons-logging pulled in via transitive deps.  Removing log4j (for now).

Removed:
    portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/log4j.properties
    portals/wsrp4j/trunk/consumer-swingconsumer/src/resources/log4j.properties
    portals/wsrp4j/trunk/producer/src/webapp/WEB-INF/classes/log4j.properties
Modified:
    portals/wsrp4j/trunk/producer/pom.xml

Modified: portals/wsrp4j/trunk/producer/pom.xml
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/producer/pom.xml?rev=567929&r1=567928&r2=567929&view=diff
==============================================================================
--- portals/wsrp4j/trunk/producer/pom.xml (original)
+++ portals/wsrp4j/trunk/producer/pom.xml Mon Aug 20 20:17:45 2007
@@ -111,6 +111,12 @@
             <artifactId>commons-discovery</artifactId>
             <groupId>commons-discovery</groupId>
             <version>${commons-discovery.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>commons-logging</groupId>
+                    <artifactId>commons-logging</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         
         <dependency>
@@ -135,12 +141,6 @@
             <artifactId>pluto-descriptors</artifactId>
             <groupId>org.apache.pluto</groupId>
             <version>${pluto.version}</version>
-        </dependency>
-        
-        <dependency>
-            <artifactId>log4j</artifactId>
-            <groupId>log4j</groupId>
-            <version>${log4j.version}</version>
         </dependency>
         
         <dependency>