diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-04 11:25:01 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-04 11:25:01 +0000 |
commit | d4471d4c82e24f75b2ec532cbc7a44ad27a6daed (patch) | |
tree | 6235acd5fb7ce68a23c53edfcb143aa83b6cf822 /branches/sca-java-1.3/distribution | |
parent | 78b96e3d850ebee48e00383e1cc92221c07b0958 (diff) |
Rationilise the activation and mail jars included in the bin distro
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674013 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.3/distribution')
-rw-r--r-- | branches/sca-java-1.3/distribution/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/branches/sca-java-1.3/distribution/pom.xml b/branches/sca-java-1.3/distribution/pom.xml index 1386fb50e0..85ff1aeb4d 100644 --- a/branches/sca-java-1.3/distribution/pom.xml +++ b/branches/sca-java-1.3/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> |