From 832495e8f1cd185e09a589b7d18176904c1079b8 Mon Sep 17 00:00:00 2001 From: Magesh Kumar B Date: Wed, 11 Feb 2015 11:26:42 +0530 Subject: [PATCH] [SWITCHYARD-2309] - Added httpclient dependencies for soap component test --- .../resources/switchyard/components/soap/resources/module.xml | 1 + karaf/features/src/main/resources/features.xml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/jboss-as7/modules/src/main/resources/switchyard/components/soap/resources/module.xml b/jboss-as7/modules/src/main/resources/switchyard/components/soap/resources/module.xml index d354f401..1a8fbbe9 100644 --- a/jboss-as7/modules/src/main/resources/switchyard/components/soap/resources/module.xml +++ b/jboss-as7/modules/src/main/resources/switchyard/components/soap/resources/module.xml @@ -29,6 +29,7 @@ + diff --git a/karaf/features/src/main/resources/features.xml b/karaf/features/src/main/resources/features.xml index 70e07444..9e53b8b3 100644 --- a/karaf/features/src/main/resources/features.xml +++ b/karaf/features/src/main/resources/features.xml @@ -296,6 +296,8 @@ switchyard switchyard-internal-soap + mvn:org.apache.httpcomponents/httpcore-osgi/${version.org.apache.httpcomponents.httpcore} + mvn:org.apache.httpcomponents/httpclient-osgi/${version.org.apache.httpcomponents.httpclient}