You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by lh...@apache.org on 2008/09/10 13:40:36 UTC

svn commit: r693798 - /servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml

Author: lhein
Date: Wed Sep 10 04:40:36 2008
New Revision: 693798

URL: http://svn.apache.org/viewvc?rev=693798&view=rev
Log:
- excluded the axiom deps of wooden which caused build to break with missing dependencies

Modified:
    servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml

Modified: servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml?rev=693798&r1=693797&r2=693798&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml Wed Sep 10 04:40:36 2008
@@ -215,6 +215,16 @@
       <artifactId>woden</artifactId>
       <version>1.0.0M6</version>
       <scope>provided</scope>
+      <exclusions>
+        <exclusion>
+            <groupId>org.apache.ws.commons.axiom</groupId>
+            <artifactId>axiom-impl</artifactId>
+        </exclusion>
+        <exclusion>
+            <groupId>org.apache.ws.commons.axiom</groupId>
+            <artifactId>axiom-api</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>