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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to