You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ri...@apache.org on 2006/09/12 21:56:41 UTC

svn commit: r442686 - /incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml

Author: rineholt
Date: Tue Sep 12 12:56:41 2006
New Revision: 442686

URL: http://svn.apache.org/viewvc?view=rev&rev=442686
Log:
appears latest axis needs this during runtime.

Modified:
    incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml

Modified: incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml?view=diff&rev=442686&r1=442685&r2=442686
==============================================================================
--- incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml (original)
+++ incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml Tue Sep 12 12:56:41 2006
@@ -148,6 +148,13 @@
             <scope>runtime</scope>
         </dependency>
 
+        <dependency>
+            <groupId>javax.mail</groupId>
+            <artifactId>mail</artifactId>
+            <version>1.4</version>
+            <scope>runtime</scope>
+        </dependency>
+
         <!-- end axis 2.0 SNAPSHOT  -->
 
         <!-- test dependencies -->



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