You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/12/13 12:31:17 UTC

svn commit: r1045070 - /tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml

Author: antelder
Date: Mon Dec 13 11:31:17 2010
New Revision: 1045070

URL: http://svn.apache.org/viewvc?rev=1045070&view=rev
Log:
Add exclude for an old version of commons logging the seems to mess up the osgi junit tests

Modified:
    tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml?rev=1045070&r1=1045069&r2=1045070&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml Mon Dec 13 11:31:17 2010
@@ -73,6 +73,12 @@
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
             <version>3.1</version>
+           <exclusions>
+               <exclusion>
+                   <groupId>commons-logging</groupId>
+	               <artifactId>commons-logging</artifactId>
+               </exclusion>
+           </exclusions>
         </dependency>
 
         <dependency>