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 2012/05/18 16:45:46 UTC

svn commit: r1340110 - /tuscany/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml

Author: antelder
Date: Fri May 18 14:45:46 2012
New Revision: 1340110

URL: http://svn.apache.org/viewvc?rev=1340110&view=rev
Log:
TUSCANY-4044: Apply fix from Andrew Potter to fix policy-wspolicy build failure with IBM JDK

Modified:
    tuscany/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml?rev=1340110&r1=1340109&r2=1340110&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml Fri May 18 14:45:46 2012
@@ -101,20 +101,14 @@
                 </exclusion>                              
             </exclusions>
         </dependency>
-<!-- 
+
         <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>1.1.1</version>
-            <scope>runtime</scope>
-            <exclusions>
-               <exclusion>
-                   <groupId>commons-logging</groupId>
-                   <artifactId>commons-logging</artifactId>
-               </exclusion>
-            </exclusions>
-        </dependency>   
--->        
+           <groupId>org.codehaus.woodstox</groupId>
+           <artifactId>wstx-asl</artifactId>
+           <version>3.2.9</version>
+           <scope>test</scope>
+       </dependency>
+
     </dependencies>
 
 </project>