You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2008/07/04 13:25:02 UTC

svn commit: r674013 - /tuscany/branches/sca-java-1.3/distribution/pom.xml

Author: antelder
Date: Fri Jul  4 04:25:01 2008
New Revision: 674013

URL: http://svn.apache.org/viewvc?rev=674013&view=rev
Log:
Rationilise the activation and mail jars included in the bin distro

Modified:
    tuscany/branches/sca-java-1.3/distribution/pom.xml

Modified: tuscany/branches/sca-java-1.3/distribution/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3/distribution/pom.xml?rev=674013&r1=674012&r2=674013&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3/distribution/pom.xml (original)
+++ tuscany/branches/sca-java-1.3/distribution/pom.xml Fri Jul  4 04:25:01 2008
@@ -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>