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 2008/11/25 03:43:03 UTC

svn commit: r720383 - /servicemix/components/bindings/servicemix-http/trunk/pom.xml

Author: ccustine
Date: Mon Nov 24 18:43:02 2008
New Revision: 720383

URL: http://svn.apache.org/viewvc?rev=720383&view=rev
Log:
SMX4-163 exclude xom dependency from xstream

Modified:
    servicemix/components/bindings/servicemix-http/trunk/pom.xml

Modified: servicemix/components/bindings/servicemix-http/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-http/trunk/pom.xml?rev=720383&r1=720382&r2=720383&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-http/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-http/trunk/pom.xml Mon Nov 24 18:43:02 2008
@@ -215,6 +215,14 @@
       <artifactId>xstream</artifactId>
       <scope>provided</scope>
       <version>1.3</version>
+      <exclusions>
+        <exclusion>
+          <!-- xom is an optional dependency of xstream. Its also 
+            LGPL, so its really not ASF compatible. -->
+          <groupId>xom</groupId>
+          <artifactId>xom</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>aopalliance</groupId>