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:50:18 UTC

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

Author: lresende
Date: Wed Apr  2 22:50:17 2008
New Revision: 644176

URL: http://svn.apache.org/viewvc?rev=644176&view=rev
Log:
Removing duplicated geronimo activation jar from distribution

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=644176&r1=644175&r2=644176&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 Wed Apr  2 22:50:17 2008
@@ -82,6 +82,12 @@
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-core</artifactId>
             <version>0.3.0-incubating</version> 
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-activation_1.0.2_spec</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>    
         
         <dependency>



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