From a0ee49cbe032a205b5b9a3fe5536394ab3c6607c Mon Sep 17 00:00:00 2001 From: Gaurav Agrawal Date: Mon, 25 Sep 2017 14:48:42 +0530 Subject: Remove hardcoded dependency versions Remove the hardcoded junit & common-lang version and rather take from parent pom. Change-Id: Ibc71ff4b86a2fefc89365017f06333776cb2fed3 Issue-Id: CCSDK-105 Signed-off-by: Gaurav Agrawal --- utils/provider/pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/provider') diff --git a/utils/provider/pom.xml b/utils/provider/pom.xml index 41527f0e..790f1010 100644 --- a/utils/provider/pom.xml +++ b/utils/provider/pom.xml @@ -37,6 +37,7 @@ junit junit + ${junit.version} test -- cgit 1.2.3-korg