Add slf4j binding to prevent test failures on IBM JDK, update to RC3.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/email/trunk@1450943 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index e4f257b..3910752 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>