Author: alessio.soldano(a)jboss.com
Date: 2013-07-05 08:46:14 -0400 (Fri, 05 Jul 2013)
New Revision: 583
Modified:
core/trunk/integration-testsuite/pom.xml
core/trunk/pom.xml
Log:
Adding javax.mail:mail to test dependencies
Modified: core/trunk/integration-testsuite/pom.xml
===================================================================
--- core/trunk/integration-testsuite/pom.xml 2013-07-04 12:28:40 UTC (rev 582)
+++ core/trunk/integration-testsuite/pom.xml 2013-07-05 12:46:14 UTC (rev 583)
@@ -39,6 +39,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>javax.ejb</groupId>
<artifactId>ejb-api</artifactId>
<scope>test</scope>
Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml 2013-07-04 12:28:40 UTC (rev 582)
+++ core/trunk/pom.xml 2013-07-05 12:46:14 UTC (rev 583)
@@ -59,7 +59,7 @@
<compile.flags>-Xlint:unchecked,deprecation,fallthrough,finally</compile.flags>
<checkstyle.extension />
<milyn.version>1.2.1</milyn.version>
- <!-- Following should stay in synch with the one used within the jbossws-cxf
being pulled in wise-core-cxf -->
+ <!-- Following must stay in synch with the one used within the jbossws-cxf
being pulled in wise-core-cxf -->
<cxf.version>2.6.4</cxf.version>
<jaxb.impl.version>2.2.5</jaxb.impl.version>
<!-- -->
@@ -277,6 +277,12 @@
<artifactId>log4j</artifactId>
<version>1.2.16</version>
</dependency>
+
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ <version>1.4.5</version>
+ </dependency>
<dependency>
<groupId>xalan</groupId>
Show replies by date