From 735f35516d274538b49c5fa3b67a4495e2ab8bf1 Mon Sep 17 00:00:00 2001 From: huangkaifeng Date: Fri, 10 Apr 2020 15:39:49 +0800 Subject: [PATCH] algin junit version by deleting explicitly declared version in chronicle-fix/pom.xml and it will automatically pick the version in parent pom.xml. Update junit version to 4.13 --- chronicle-fix/pom.xml | 1 - pom.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/chronicle-fix/pom.xml b/chronicle-fix/pom.xml index ceb1ab1..141d480 100644 --- a/chronicle-fix/pom.xml +++ b/chronicle-fix/pom.xml @@ -43,7 +43,6 @@ junit junit - 4.11 diff --git a/pom.xml b/pom.xml index 69f7b7d..8f3024c 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ junit junit - 4.10 + 4.13