From 2f74a6be8973eab31b8d097117d2d1d12366a0d9 Mon Sep 17 00:00:00 2001 From: nancylizi Date: Wed, 31 Aug 2016 14:22:36 +0800 Subject: modify catalog code fit for check style Change-Id: I782b72fc1a4af37f20116fde624a4826d4154546 Signed-off-by: nancylizi --- catalog-core/catalog-mgr/pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'catalog-core/catalog-mgr/pom.xml') diff --git a/catalog-core/catalog-mgr/pom.xml b/catalog-core/catalog-mgr/pom.xml index 9f93bc90..12fb85a4 100644 --- a/catalog-core/catalog-mgr/pom.xml +++ b/catalog-core/catalog-mgr/pom.xml @@ -26,6 +26,9 @@ catalog-mgr openo/commontosca/catalog/catalog-mgr jar + + 4.4.1 + @@ -275,5 +278,28 @@ test + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + httpcore + ${httpclient.version} + + + org.apache.httpcomponents + httpmime + ${httpclient.version} + -- cgit 1.2.3-korg