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 2007/09/15 16:23:01 UTC

svn commit: r575919 - /incubator/tuscany/java/sca/modules/policy-xml/pom.xml

Author: antelder
Date: Sat Sep 15 07:22:59 2007
New Revision: 575919

URL: http://svn.apache.org/viewvc?rev=575919&view=rev
Log:
Exclude mail and activation jars as they're not reqd for policy support

Modified:
    incubator/tuscany/java/sca/modules/policy-xml/pom.xml

Modified: incubator/tuscany/java/sca/modules/policy-xml/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/policy-xml/pom.xml?rev=575919&r1=575918&r2=575919&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/policy-xml/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/policy-xml/pom.xml Sat Sep 15 07:22:59 2007
@@ -51,6 +51,12 @@
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>1.2.5</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.mail</groupId>
+                    <artifactId>mail</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         
          <dependency>
@@ -64,6 +70,12 @@
             <artifactId>axiom-impl</artifactId>
             <version>1.2.5</version>
             <scope>runtime</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.mail</groupId>
+                    <artifactId>mail</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         
         <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org