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 --- dblib/features/pom.xml | 2 +- dblib/provider/pom.xml | 2 +- filters/provider/pom.xml | 2 +- sli/features/pom.xml | 2 +- sli/recording/pom.xml | 4 ++-- sliPluginUtils/features/pom.xml | 2 +- sliPluginUtils/provider/pom.xml | 2 +- utils/features/pom.xml | 2 +- utils/provider/pom.xml | 1 + 9 files changed, 10 insertions(+), 9 deletions(-) diff --git a/dblib/features/pom.xml b/dblib/features/pom.xml index 4053efaf..e3356d8e 100755 --- a/dblib/features/pom.xml +++ b/dblib/features/pom.xml @@ -23,7 +23,7 @@ commons-lang commons-lang - 2.6 + ${commons.lang.version} compile diff --git a/dblib/provider/pom.xml b/dblib/provider/pom.xml index 6d4d9323..d0dc7293 100755 --- a/dblib/provider/pom.xml +++ b/dblib/provider/pom.xml @@ -18,7 +18,7 @@ junit junit - 4.11 + ${junit.version} test diff --git a/filters/provider/pom.xml b/filters/provider/pom.xml index e6d91c90..65f6e45a 100755 --- a/filters/provider/pom.xml +++ b/filters/provider/pom.xml @@ -17,7 +17,7 @@ junit junit - 4.11 + ${junit.version} test diff --git a/sli/features/pom.xml b/sli/features/pom.xml index dc7a95dc..11684bea 100755 --- a/sli/features/pom.xml +++ b/sli/features/pom.xml @@ -27,7 +27,7 @@ commons-lang commons-lang - 2.6 + ${commons.lang.version} compile diff --git a/sli/recording/pom.xml b/sli/recording/pom.xml index f0bc0970..c2cfbee0 100755 --- a/sli/recording/pom.xml +++ b/sli/recording/pom.xml @@ -16,7 +16,7 @@ junit junit - 3.8.1 + ${junit.version} test @@ -44,7 +44,7 @@ commons-lang commons-lang - 2.6 + ${commons.lang.version} compile diff --git a/sliPluginUtils/features/pom.xml b/sliPluginUtils/features/pom.xml index 41381b6f..cfa86b3a 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 d105036b..3697b435 100755 --- a/sliPluginUtils/provider/pom.xml +++ b/sliPluginUtils/provider/pom.xml @@ -22,7 +22,7 @@ junit junit - 4.11 + ${junit.version} test diff --git a/utils/features/pom.xml b/utils/features/pom.xml index 6871d8eb..dedb18e4 100755 --- a/utils/features/pom.xml +++ b/utils/features/pom.xml @@ -23,7 +23,7 @@ commons-lang commons-lang - 2.6 + ${commons.lang.version} compile 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