Author: antelder
Date: Mon Sep 17 09:56:01 2007
New Revision: 576520
URL: http://svn.apache.org/viewvc?rev=576520&view=rev
Log:
Exclude xstream
Modified:
incubator/tuscany/branches/sca-java-1.0/modules/implementation-bpel/pom.xml
Modified:
incubator/tuscany/branches/sca-java-1.0/modules/implementation-bpel/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/modules/implementation-bpel/pom.xml?rev=576520&r1=576519&r2=576520&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.0/modules/implementation-bpel/pom.xml
(original)
+++ incubator/tuscany/branches/sca-java-1.0/modules/implementation-bpel/pom.xml
Mon Sep 17 09:56:01 2007
@@ -227,6 +227,10 @@
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>xstream</groupId>
+ <artifactId>xstream</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]