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 --- sliPluginUtils/features/pom.xml | 2 +- sliPluginUtils/provider/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sliPluginUtils') diff --git a/sliPluginUtils/features/pom.xml b/sliPluginUtils/features/pom.xml index 41381b6f0..cfa86b3a4 100755 --- a/sliPluginUtils/features/pom.xml +++ b/sliPluginUtils/features/pom.xml @@ -22,7 +22,7 @@ commons-lang commons-lang - 2.6 + ${commons.lang.version} compile diff --git a/sliPluginUtils/provider/pom.xml b/sliPluginUtils/provider/pom.xml index d105036b3..3697b435f 100755 --- a/sliPluginUtils/provider/pom.xml +++ b/sliPluginUtils/provider/pom.xml @@ -22,7 +22,7 @@ junit junit - 4.11 + ${junit.version} test -- cgit 1.2.3-korg