Author: tn
Date: Sun Jan 6 12:41:02 2013
New Revision: 1429507
URL: http://svn.apache.org/viewvc?rev=1429507&view=rev
Log:
Downgrade powermock to 1.4.12 for compatibility with java 5.
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=1429507&r1=1429506&r2=1429507&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Sun Jan 6 12:41:02 2013
@@ -228,13 +228,13 @@
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
- <version>1.5</version>
+ <version>1.4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-easymock</artifactId>
- <version>1.5</version>
+ <version>1.4.12</version>
<scope>test</scope>
</dependency>
<dependency>