Code Review
/
ccsdk
/
sli.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
bb8927c
)
Fix JUNIT version to pick from parent pom.
author
Gaurav Agrawal
<gaurav.agrawal@huawei.com>
Mon, 25 Sep 2017 08:56:18 +0000
(14:26 +0530)
committer
Gaurav Agrawal
<gaurav.agrawal@huawei.com>
Mon, 25 Sep 2017 08:56:18 +0000
(14:26 +0530)
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>
mdsal-resource/provider/pom.xml
patch
|
blob
|
history
diff --git
a/mdsal-resource/provider/pom.xml
b/mdsal-resource/provider/pom.xml
index
5a61d76
..
6d1de81
100755
(executable)
--- 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>