You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2009/03/24 18:27:47 UTC

svn commit: r757916 - /servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/pom.xml

Author: ccustine
Date: Tue Mar 24 17:27:45 2009
New Revision: 757916

URL: http://svn.apache.org/viewvc?rev=757916&view=rev
Log:
SM-1829 - Bad pom.xml files cause build failure with Maven 2.1

Modified:
    servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/pom.xml

Modified: servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/pom.xml?rev=757916&r1=757915&r2=757916&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/pom.xml Tue Mar 24 17:27:45 2009
@@ -56,8 +56,10 @@
       <groupId>org.apache.ws.security</groupId>
       <artifactId>wss4j</artifactId>
       <exclusions>
-          <groupId>xalan</groupId>
-          <artifactId>xalan</artifactId>
+          <exclusion>
+              <groupId>xalan</groupId>
+              <artifactId>xalan</artifactId>
+          </exclusion>
       </exclusions>
       <scope>provided</scope>
     </dependency>