diff options
author | Dan Timoney <dtimoney@att.com> | 2017-09-27 07:47:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-27 07:47:00 +0000 |
commit | d1092f84d9e01aa1980c0239fbc3a9bfa3948d1d (patch) | |
tree | 359a0237c8f3f15cadcdb39dd51e4f49dce39652 /sliPluginUtils/provider | |
parent | c6f4e5481796c5bc93a6de38b0a95bd478953178 (diff) | |
parent | a0ee49cbe032a205b5b9a3fe5536394ab3c6607c (diff) |
Merge "Remove hardcoded dependency versions"
Diffstat (limited to 'sliPluginUtils/provider')
-rwxr-xr-x | sliPluginUtils/provider/pom.xml | 2 |
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> |