Skip to content

Commit

Permalink
Make JUnit4VersionsIT acutally use the versions set by the test code
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Sep 10, 2016
1 parent b9a926d commit 2c9edf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junitVersion}</version>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 2c9edf0

Please sign in to comment.