From 48cad37a5c9906b24ae75532d45fb7fa21a32a52 Mon Sep 17 00:00:00 2001 From: Arthur Martella Date: Mon, 19 Mar 2018 12:52:13 -0400 Subject: Add some initial unit test to cloudify client See also: MSO-2317 R1806 Change-Id: Ia5539fe2adc1e8c3159bc767c2b7eaa0114094f1 Issue-ID: SO-489 Signed-off-by: Arthur Martella --- cloudify-client/pom.xml | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'cloudify-client/pom.xml') diff --git a/cloudify-client/pom.xml b/cloudify-client/pom.xml index 61798c3462..9b2ca39615 100644 --- a/cloudify-client/pom.xml +++ b/cloudify-client/pom.xml @@ -35,12 +35,36 @@ org.apache.httpcomponents httpcore - 4.3.1 + org.apache.httpcomponents httpclient - 4.5.5 + + + + org.hamcrest + hamcrest-core + 1.3 + test + + + org.hamcrest + hamcrest-library + 1.3 + test + + + org.mockito + mockito-all + 1.9.5 + test + + + junit + junit + 4.11 + test commons-lang -- cgit 1.2.3-korg