Skip to content

Commit

Permalink
fix for jenkins-bug #JENKINS-17165
Browse files Browse the repository at this point in the history
exchange the version of JUnit to 4.9 (the same like in the other
modules)
  • Loading branch information
afischer211 committed Apr 15, 2013
1 parent 962aace commit 2e84935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<version>4.9</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2e84935

Please sign in to comment.