Skip to content

Commit

Permalink
Merge pull request kaazing#11 from cmebarrow/develop
Browse files Browse the repository at this point in the history
Avoid using version range ("[4.10,5.0)") to work around http://jira.code...
  • Loading branch information
ahousing committed Dec 15, 2014
2 parents 6274c95 + ba88fe9 commit e24f241
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>[4.10,5.0)</version>
<!-- Avoid using version range ("[4.10,5.0)") to work around http://jira.codehaus.org/browse/MVERSIONS-215 -->
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e24f241

Please sign in to comment.