summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-07-04 11:26:44 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-07-04 11:26:44 +0000
commit134d795e0f928ff1ce6af221bc63541ce218343c (patch)
tree9c828eee767eff73a207a41511e369fbd277a3e0 /java/sca/distribution/pom.xml
parentd4471d4c82e24f75b2ec532cbc7a44ad27a6daed (diff)
Merge mail/activation jar changes from 1.3 branch to trunk
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674014 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/distribution/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/java/sca/distribution/pom.xml b/java/sca/distribution/pom.xml
index 87c868ee35..0f50571fbf 100644
--- a/java/sca/distribution/pom.xml
+++ b/java/sca/distribution/pom.xml
@@ -78,6 +78,18 @@
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-activation_1.0.2_spec</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>