Author: xuhaihong
Date: Fri Jun 10 08:50:26 2011
New Revision: 1134240
URL: http://svn.apache.org/viewvc?rev=1134240&view=rev
Log:
Exclude commons-logging for uddi-ws
Modified:
geronimo/server/trunk/pom.xml
Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=1134240&r1=1134239&r2=1134240&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Fri Jun 10 08:50:26 2011
@@ -1887,7 +1887,11 @@ only found in cxf
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
- </exclusion>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>
|