From 8b8061e8b47703beb7a19174de5c9b29ccf1ca14 Mon Sep 17 00:00:00 2001 From: Parshad Patel Date: Mon, 18 Mar 2019 16:02:43 +0900 Subject: Increase test coverage for asdctool Add basic JUnit test cases in asdctool/migration/tasks/mig1806 Add hamcrest-all version in parent pom.xml Issue-ID: SDC-1895 Change-Id: I88b1bdb2f3619721fe80f57f0526de5b59e8a6af Signed-off-by: Parshad Patel --- test-apis-ci/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-apis-ci') diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml index 54c08714d7..a770fe7886 100644 --- a/test-apis-ci/pom.xml +++ b/test-apis-ci/pom.xml @@ -38,7 +38,7 @@ org.hamcrest hamcrest-all - 1.3 + ${hamcrest-all.version} test -- cgit 1.2.3-korg