You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/02/27 21:00:47 UTC

svn commit: r1450943 - /commons/proper/email/trunk/pom.xml

Author: tn
Date: Wed Feb 27 20:00:47 2013
New Revision: 1450943

URL: http://svn.apache.org/r1450943
Log:
Add slf4j binding to prevent test failures on IBM JDK, update to RC3.

Modified:
    commons/proper/email/trunk/pom.xml

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1450943&r1=1450942&r2=1450943&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Wed Feb 27 20:00:47 2013
@@ -244,7 +244,13 @@
             <artifactId>easymock</artifactId>
             <version>3.1</version>
             <scope>test</scope>
-        </dependency>       
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-jdk14</artifactId>
+            <version>1.6.1</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <properties>
@@ -256,7 +262,7 @@
         <commons.jira.id>EMAIL</commons.jira.id>
         <commons.jira.pid>12310474</commons.jira.pid>
         <commons.release.version>1.3.1</commons.release.version>
-        <commons.rc.version>RC2</commons.rc.version>
+        <commons.rc.version>RC3</commons.rc.version>
         <commons.binary.suffix>-bin</commons.binary.suffix>
     </properties>