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/03/22 20:00:32 UTC

svn commit: r640059 - /incubator/tuscany/branches/sca-java-1.2/modules/binding-atom-abdera/pom.xml

Author: lresende
Date: Sat Mar 22 12:00:32 2008
New Revision: 640059

URL: http://svn.apache.org/viewvc?rev=640059&view=rev
Log:
removin transient LGPL dependency and other non necessary dependencies

Modified:
    incubator/tuscany/branches/sca-java-1.2/modules/binding-atom-abdera/pom.xml

Modified: incubator/tuscany/branches/sca-java-1.2/modules/binding-atom-abdera/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/modules/binding-atom-abdera/pom.xml?rev=640059&r1=640058&r2=640059&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/modules/binding-atom-abdera/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-1.2/modules/binding-atom-abdera/pom.xml Sat Mar 22 12:00:32 2008
@@ -85,10 +85,24 @@
         </dependency>    
         
         <dependency>
-        	<groupId>org.apache.abdera</groupId>
-      		<artifactId>abdera-parser</artifactId>
-      		<version>0.3.0-incubating</version>
-	    </dependency>           
+            <groupId>org.apache.abdera</groupId>
+            <artifactId>abdera-parser</artifactId>
+            <version>0.3.0-incubating</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>xom</groupId>
+                    <artifactId>xom</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xerces</groupId>
+                    <artifactId>xmlParserAPIs</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>uk.org.mygrid.resources</groupId>
+                    <artifactId>icu4j</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>           
                 
         <dependency>
             <groupId>javax.servlet</groupId>



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