From ba88fe92741e130321b8427493bfd6ad6a44c485 Mon Sep 17 00:00:00 2001 From: Chris Barrow Date: Mon, 15 Dec 2014 13:58:42 -0800 Subject: [PATCH] Avoid using version range ("[4.10,5.0)") to work around http://jira.codehaus.org/browse/MVERSIONS-215 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 66091b7..6b99b35 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,8 @@ junit junit - [4.10,5.0) + + 4.12 test