aboutsummaryrefslogtreecommitdiffstats
path: root/sli/common/pom.xml
diff options
context:
space:
mode:
authorramu.n <ramu.n@huawei.com>2017-09-20 02:17:00 +0530
committerramu.n <ramu.n@huawei.com>2017-09-20 02:17:00 +0530
commita07f58226c3a42ed2e658d06806df74252e909cc (patch)
tree7f66af24e2fa3204b5f9127b0d5659e2651d5ddb /sli/common/pom.xml
parentbf1341964ef9dd831992e4187eb09059abb3c8ba (diff)
Use Junit4 instead of Junit3 in sli/common
Modified sli/common pom.xml file to take Junit version from parent pom file and modified one Testfile as per Junit4 Change-Id: Iee4397125d9873def60c77ba8be5d541e0df62fa Issue-Id: CCSDK-98 Signed-off-by: Ramu N <ramu.n@huawei.com>
Diffstat (limited to 'sli/common/pom.xml')
-rwxr-xr-xsli/common/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sli/common/pom.xml b/sli/common/pom.xml
index e6bac8ad..bd9ec696 100755
--- a/sli/common/pom.xml
+++ b/sli/common/pom.xml
@@ -16,7 +16,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>