From 7354ddc09e5c36aeababab76c3b7f87be9a7e5d7 Mon Sep 17 00:00:00 2001 From: David Byron Date: Fri, 4 Oct 2019 11:58:50 -0700 Subject: [PATCH] keep up with junit's new location to remove e.g.: [WARNING] The artifact junit:junit-dep:jar:4.11-beta-1 has been relocated to junit:junit:jar:4.11-beta-1 when building --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 984df46..16206b8 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ junit - junit-dep + junit [4.9,)