Updated Branches: refs/heads/master b2c03ce03 -> 7d9b7317a
BIGTOP-938. Bigtop currently uses Junit 4.8.2, would be useful to upgrade to the latest one that is Junit 4.11. Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/7d9b7317 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/7d9b7317 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/7d9b7317 Branch: refs/heads/master Commit: 7d9b7317af24af50143c9b636cbd3ac78bb1c202 Parents: b2c03ce Author: Konstantin Boudnik <[email protected]> Authored: Sat Jul 27 15:37:47 2013 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Sat Jul 27 15:39:33 2013 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/7d9b7317/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 52df47e..066d5eb 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ <gmaven.version>1.0</gmaven.version> <ant.version>1.8.2</ant.version> <commons.logging.version>1.1</commons.logging.version> - <junit.version>4.8.2</junit.version> + <junit.version>4.11za</junit.version> <slf4j.version>1.6.6</slf4j.version> <log4j.version>1.2.14</log4j.version> <antlr.version>3.4</antlr.version>
