You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/10/25 12:50:48 UTC

svn commit: r1027039 - /tuscany/sca-java-1.x/trunk/modules/core-databinding/pom.xml

Author: nash
Date: Mon Oct 25 10:50:48 2010
New Revision: 1027039

URL: http://svn.apache.org/viewvc?rev=1027039&view=rev
Log:
Merge r999442 TUSCANY-1794: Exclude geronimo-activation_1.1_spec dependency from pom.xml

Modified:
    tuscany/sca-java-1.x/trunk/modules/core-databinding/pom.xml

Modified: tuscany/sca-java-1.x/trunk/modules/core-databinding/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/modules/core-databinding/pom.xml?rev=1027039&r1=1027038&r2=1027039&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/modules/core-databinding/pom.xml (original)
+++ tuscany/sca-java-1.x/trunk/modules/core-databinding/pom.xml Mon Oct 25 10:50:48 2010
@@ -107,6 +107,10 @@
                     <groupId>xml-apis</groupId>
                     <artifactId>xml-apis</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-activation_1.1_spec</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 
@@ -115,6 +119,12 @@
             <artifactId>axiom-impl</artifactId>
             <version>1.2.7</version>
             <scope>runtime</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-activation_1.1_spec</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>