You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by is...@apache.org on 2007/07/27 16:02:50 UTC

svn commit: r560236 - /incubator/tuscany/java/sca/modules/binding-notification/pom.xml

Author: isilval
Date: Fri Jul 27 07:02:49 2007
New Revision: 560236

URL: http://svn.apache.org/viewvc?view=rev&rev=560236
Log:
Removed exclusion and updated axiom impl version for test

Modified:
    incubator/tuscany/java/sca/modules/binding-notification/pom.xml

Modified: incubator/tuscany/java/sca/modules/binding-notification/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-notification/pom.xml?view=diff&rev=560236&r1=560235&r2=560236
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-notification/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/binding-notification/pom.xml Fri Jul 27 07:02:49 2007
@@ -78,14 +78,6 @@
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
-            <!--
-            <exclusions>
-                <exclusion>
-                    <groupId>xerces</groupId>
-                    <artifactId>xercesImpl</artifactId>
-                </exclusion>
-            </exclusions>
-            -->
             <version>1.2.4</version>
         </dependency>
 		        
@@ -105,7 +97,7 @@
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
-            <version>1.2.2</version>
+            <version>1.2.4</version>
             <scope>test</scope>
         </dependency>
     </dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org