Repository: tomee Updated Branches: refs/heads/tomee-1.7.x 82ecaa994 -> 652f1b9b0
Newer junit seems to break this Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/652f1b9b Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/652f1b9b Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/652f1b9b Branch: refs/heads/tomee-1.7.x Commit: 652f1b9b0f5b5ee228b094f876877321435f633a Parents: 82ecaa9 Author: Jonathan Gallimore <[email protected]> Authored: Tue Feb 9 23:42:05 2016 +0000 Committer: Jonathan Gallimore <[email protected]> Committed: Tue Feb 9 23:42:05 2016 +0000 ---------------------------------------------------------------------- examples/cucumber-jvm/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/652f1b9b/examples/cucumber-jvm/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cucumber-jvm/pom.xml b/examples/cucumber-jvm/pom.xml index 0fc9e8c..1755e58 100644 --- a/examples/cucumber-jvm/pom.xml +++ b/examples/cucumber-jvm/pom.xml @@ -58,7 +58,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.11</version> <scope>test</scope> </dependency> <!-- The <scope>test</scope> guarantees that none of your runtime code
