From 75aacbbe1acf78fa53378f07f0a8c7769449a17e Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Mon, 17 Jul 2017 21:12:03 +0300 Subject: [SDC] rebase 1710 code Change-Id: I532ed68979fee7840ea8a5395e7e965b155fb9f9 Signed-off-by: Michael Lando --- asdctool/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'asdctool/pom.xml') diff --git a/asdctool/pom.xml b/asdctool/pom.xml index da1b9160fd..40eebbab5f 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -75,6 +75,12 @@ compile + + commons-cli + commons-cli + 1.4 + + org.eclipse.jetty jetty-servlet @@ -417,6 +423,20 @@ ${junit.version} test + + + org.testng + testng + ${testng.version} + test + + + + org.mockito + mockito-all + ${mockito.version} + test + -- cgit 1.2.3-korg