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:42:49 UTC

svn commit: r720382 - /servicemix/components/engines/servicemix-drools/trunk/pom.xml

Author: ccustine
Date: Mon Nov 24 18:42:49 2008
New Revision: 720382

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

Modified:
    servicemix/components/engines/servicemix-drools/trunk/pom.xml

Modified: servicemix/components/engines/servicemix-drools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-drools/trunk/pom.xml?rev=720382&r1=720381&r2=720382&view=diff
==============================================================================
--- servicemix/components/engines/servicemix-drools/trunk/pom.xml (original)
+++ servicemix/components/engines/servicemix-drools/trunk/pom.xml Mon Nov 24 18:42:49 2008
@@ -89,6 +89,10 @@
           <artifactId>xstream</artifactId>
         </exclusion>
         <exclusion>
+          <groupId>com.thoughtworks.xstream</groupId>
+          <artifactId>xstream</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>xpp3</groupId>
           <artifactId>xpp3</artifactId>
         </exclusion>