Author: sagara
Date: Wed Oct 21 15:34:31 2009
New Revision: 828052
URL: http://svn.apache.org/viewvc?rev=828052&view=rev
Log:
Woden-71 - move to commons-logging API
Modified:
webservices/woden/trunk/java/pom.xml
Modified: webservices/woden/trunk/java/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/pom.xml?rev=828052&r1=828051&r2=828052&view=diff
==============================================================================
--- webservices/woden/trunk/java/pom.xml (original)
+++ webservices/woden/trunk/java/pom.xml Wed Oct 21 15:34:31 2009
@@ -97,59 +97,7 @@
<name>Apache Software Foundation</name>
<url>http://www.apache.org/</url>
</organization>
- <dependencies>
-
-
- <!-- Logger dependencies -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>${slf4.version}</version>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>${slf4.version}</version>
- <scope>runtime</scope>
- <exclusions>
- <exclusion>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>${lof4j.version}</version>
- <scope>runtime</scope>
- <exclusions>
- <exclusion>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.jms</groupId>
- <artifactId>jms</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.sun.jdmk</groupId>
- <artifactId>jmxtools</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.sun.jmx</groupId>
- <artifactId>jmxri</artifactId>
- </exclusion>
- <exclusion>
- <groupId>oro</groupId>
- <artifactId>oro</artifactId>
- </exclusion>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
+ <dependencies>
<!-- Test dependencies -->
@@ -252,5 +200,6 @@
<wsdl4j.version>1.6.2</wsdl4j.version>
<slf4.version>1.5.6</slf4.version>
<lof4j.version>1.2.15</lof4j.version>
+ <commons.logging.version>1.1.1</commons.logging.version>
</properties>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]