diff options
author | Gaurav Agrawal <gaurav.agrawal@huawei.com> | 2017-09-25 14:26:18 +0530 |
---|---|---|
committer | Gaurav Agrawal <gaurav.agrawal@huawei.com> | 2017-09-25 14:26:18 +0530 |
commit | ee41286feaa2d295045dba92a6353f451c315dc0 (patch) | |
tree | a17c927ad1aed676411d84b9129c66a4d5d96c4c | |
parent | bb8927cc8d8249bc8aadd78c3f8105cf3e309bb7 (diff) |
Fix JUNIT version to pick from parent pom.
Remove the hardcoded version and rather take from parent pom.
Change-Id: I0874903b144e0e175c42dc4e36425528d74ad968
Issue-Id: CCSDK-105
Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
-rwxr-xr-x | mdsal-resource/provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdsal-resource/provider/pom.xml b/mdsal-resource/provider/pom.xml index 5a61d762..6d1de81d 100755 --- a/mdsal-resource/provider/pom.xml +++ b/mdsal-resource/provider/pom.xml @@ -18,7 +18,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.1</version> + <version>${junit.version}</version> <scope>test</scope> </dependency> <dependency> |