Skip to content

Commit

Permalink
TRUNK-3944: Downgraded powermock and mockito due to OOM issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Apr 26, 2013
1 parent a397104 commit ab39d63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -631,17 +631,17 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.5</version>
<version>1.4.12</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.5</version>
<version>1.4.12</version>
<exclusions>
<exclusion>
<artifactId>mockito-all</artifactId>
Expand Down

0 comments on commit ab39d63

Please sign in to comment.