Author: veithen
Date: Sun Aug 15 17:19:00 2010
New Revision: 985715
URL: http://svn.apache.org/viewvc?rev=985715&view=rev
Log:
Fixed the binary distribution, which was missing the activation and mail JARs.
Modified:
axis/axis2/java/core/trunk/modules/distribution/pom.xml
Modified: axis/axis2/java/core/trunk/modules/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/pom.xml?rev=985715&r1=985714&r2=985715&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/distribution/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/distribution/pom.xml Sun Aug 15 17:19:00
2010
@@ -183,6 +183,15 @@
<version>${pom.version}</version>
<type>aar</type>
</dependency>
+
+ <!-- Axis2 has always been shipped with Sun's implementations of
+ JavaMail and JAF, although Axiom depends on (and has been tested
+ with) Geronimo's implementations. This should probably
reevaluated. -->
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ <version>${javax.mail.version}</version>
+ </dependency>
</dependencies>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/distribution</connection>