aboutsummaryrefslogtreecommitdiffstats
path: root/sli
diff options
context:
space:
mode:
authorGaurav Agrawal <gaurav.agrawal@huawei.com>2017-09-25 14:48:42 +0530
committerGaurav Agrawal <gaurav.agrawal@huawei.com>2017-09-25 14:48:42 +0530
commita0ee49cbe032a205b5b9a3fe5536394ab3c6607c (patch)
tree7aa4605f5addf4aa394f3a4b21f417b09dbdbec0 /sli
parentbac4dbe402cc81409d210a2dabd25847a12b6a36 (diff)
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 <gaurav.agrawal@huawei.com>
Diffstat (limited to 'sli')
-rwxr-xr-xsli/features/pom.xml2
-rwxr-xr-xsli/recording/pom.xml4
2 files changed, 3 insertions, 3 deletions
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 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.6</version>
+ <version>${commons.lang.version}</version>
<scope>compile</scope>
</dependency>
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 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -44,7 +44,7 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.6</version>
+ <version>${commons.lang.version}</version>
<scope>compile</scope>
</dependency>