aboutsummaryrefslogtreecommitdiffstats
path: root/sliPluginUtils/features/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-09-27 07:47:00 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-27 07:47:00 +0000
commitd1092f84d9e01aa1980c0239fbc3a9bfa3948d1d (patch)
tree359a0237c8f3f15cadcdb39dd51e4f49dce39652 /sliPluginUtils/features/pom.xml
parentc6f4e5481796c5bc93a6de38b0a95bd478953178 (diff)
parenta0ee49cbe032a205b5b9a3fe5536394ab3c6607c (diff)
Merge "Remove hardcoded dependency versions"
Diffstat (limited to 'sliPluginUtils/features/pom.xml')
-rwxr-xr-xsliPluginUtils/features/pom.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.6</version>
+ <version>${commons.lang.version}</version>
<scope>compile</scope>
</dependency>
<dependency>