You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2008/07/04 11:46:40 UTC

svn commit: r673981 - /tuscany/branches/sca-java-1.3/modules/implementation-bpel-ode/pom.xml

Author: antelder
Date: Fri Jul  4 02:46:39 2008
New Revision: 673981

URL: http://svn.apache.org/viewvc?rev=673981&view=rev
Log:
Exclude xom from jaxen as its lgpl

Modified:
    tuscany/branches/sca-java-1.3/modules/implementation-bpel-ode/pom.xml

Modified: tuscany/branches/sca-java-1.3/modules/implementation-bpel-ode/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3/modules/implementation-bpel-ode/pom.xml?rev=673981&r1=673980&r2=673981&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3/modules/implementation-bpel-ode/pom.xml (original)
+++ tuscany/branches/sca-java-1.3/modules/implementation-bpel-ode/pom.xml Fri Jul  4 02:46:39 2008
@@ -310,6 +310,12 @@
                     <groupId>jaxen</groupId>
                     <artifactId>jaxen</artifactId>
                     <version>1.1.1</version>
+                    <exclusions>
+				<exclusion>
+					<groupId>xom</groupId>
+					<artifactId>xom</artifactId>
+				</exclusion>
+			  </exclusions>
                 </dependency>
                 <dependency>
                     <groupId>xalan</groupId>