aboutsummaryrefslogtreecommitdiffstats
path: root/sliPluginUtils/provider/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/provider/pom.xml
parentc6f4e5481796c5bc93a6de38b0a95bd478953178 (diff)
parenta0ee49cbe032a205b5b9a3fe5536394ab3c6607c (diff)
Merge "Remove hardcoded dependency versions"
Diffstat (limited to 'sliPluginUtils/provider/pom.xml')
-rwxr-xr-xsliPluginUtils/provider/pom.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>