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

svn commit: r644174 - /incubator/tuscany/branches/sca-java-1.2/modules/implementation-bpel/pom.xml

Author: lresende
Date: Wed Apr  2 22:44:38 2008
New Revision: 644174

URL: http://svn.apache.org/viewvc?rev=644174&view=rev
Log:
Removing unused dependencies from distribution - icu and xom

Modified:
    incubator/tuscany/branches/sca-java-1.2/modules/implementation-bpel/pom.xml

Modified: incubator/tuscany/branches/sca-java-1.2/modules/implementation-bpel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/modules/implementation-bpel/pom.xml?rev=644174&r1=644173&r2=644174&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/modules/implementation-bpel/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-1.2/modules/implementation-bpel/pom.xml Wed Apr  2 22:44:38 2008
@@ -301,16 +301,26 @@
 			<artifactId>serp</artifactId>
 			<version>1.12.0</version>
 		</dependency>
-                <dependency>
-                    <groupId>jaxen</groupId>
-                    <artifactId>jaxen</artifactId>
-                    <version>1.1.1</version>
-                </dependency>
-                <dependency>
-                    <groupId>xalan</groupId>
-                    <artifactId>xalan</artifactId>
-                    <version>2.7.0</version>
-                </dependency>
+        <dependency>
+            <groupId>jaxen</groupId>
+            <artifactId>jaxen</artifactId>
+            <version>1.1.1</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>xom</groupId>
+                    <artifactId>xom</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>uk.org.mygrid.resources</groupId>
+                    <artifactId>icu4j</artifactId>
+                </exclusion>
+            </exclusions>			
+        </dependency>
+        <dependency>
+            <groupId>xalan</groupId>
+            <artifactId>xalan</artifactId>
+            <version>2.7.0</version>
+        </dependency>
 		<dependency>
 			<groupId>xerces</groupId>
 			<artifactId>xercesImpl</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org