summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-21 14:44:41 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-21 14:44:41 +0000
commit91758845d0ff6ca37d16e0ac6c7afde0107f848d (patch)
tree516ff6e9e7b146fc4def82c3c1f603ccce75c07f /sca-java-1.x/branches/sca-java-1.6.1
parent3a0ed9caca3a925d0384449cd536fdc286db435a (diff)
TUSCANY-1794: Exclude geronimo-activation_1.1_spec dependency from pom.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999442 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/modules/core-databinding/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/modules/core-databinding/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/modules/core-databinding/pom.xml
index 7db7e4c5b2..6c5a0d7422 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/modules/core-databinding/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/modules/core-databinding/pom.xml
@@ -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>