aboutsummaryrefslogtreecommitdiffstats
path: root/utils/provider/pom.xml
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 /utils/provider/pom.xml
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 'utils/provider/pom.xml')
-rw-r--r--utils/provider/pom.xml1
1 files changed, 1 insertions, 0 deletions
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 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>