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:55:12 UTC

svn commit: r720387 - /servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml

Author: ccustine
Date: Mon Nov 24 18:55:11 2008
New Revision: 720387

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

Modified:
    servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml

Modified: servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml?rev=720387&r1=720386&r2=720387&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml Mon Nov 24 18:55:11 2008
@@ -65,6 +65,10 @@
                 <artifactId>xstream</artifactId>
               </exclusion>
               <exclusion>
+                <groupId>com.thoughtworks.xstream</groupId>
+                <artifactId>xstream</artifactId>
+              </exclusion>
+              <exclusion>
                 <groupId>xpp3</groupId>
                 <artifactId>xpp3</artifactId>
               </exclusion>