Author: rfeng
Date: Wed Sep 5 16:17:04 2007
New Revision: 573097
URL: http://svn.apache.org/viewvc?rev=573097&view=rev
Log:
Set commons-logging version to 1.1 to avoid:
org.apache.commons.logging.LogConfigurationException: Invalid class loader
hierarchy. You have more than one version of 'org.apache.commons.logging.Log'
visible, which is not allowed.
Modified:
incubator/tuscany/java/sca/modules/policy-xml/pom.xml
Modified: incubator/tuscany/java/sca/modules/policy-xml/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/policy-xml/pom.xml?rev=573097&r1=573096&r2=573097&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/policy-xml/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/policy-xml/pom.xml Wed Sep 5 16:17:04
2007
@@ -67,6 +67,13 @@
</dependency>
<dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
<version>3.2.1</version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]