From ff696dac1e539854085b48c51d9d315ab94e469c Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Thu, 1 Mar 2012 11:39:52 +0100 Subject: [PATCH 3/3] Make httpclient into bundle Also remove few build deps we don't have --- httpclient/pom.xml | 47 +++++++++++++++++++---------------------------- 1 files changed, 19 insertions(+), 28 deletions(-) diff --git a/httpclient/pom.xml b/httpclient/pom.xml index 0e391f6..f0c6632 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -38,7 +38,7 @@ HttpComponents Client (base module) http://hc.apache.org/httpcomponents-client - jar + bundle @@ -65,12 +65,6 @@ ${junit.version} test - - org.mockito - mockito-core - ${mockito.version} - test - @@ -116,25 +110,19 @@ - - com.atlassian.maven.plugins - maven-clover2-plugin + + org.apache.felix + maven-bundle-plugin + true - threaded - 100 - 50% + + * + + !org.apache.avalon.framework.logger,!org.apache.log,!org.apache.log4j,* + - - - site - pre-site - - instrument - - - - - + + @@ -161,11 +149,14 @@ - com.atlassian.maven.plugins - maven-clover2-plugin - ${clover.version} + org.apache.felix + maven-bundle-plugin - 1.5 + + * + + !org.apache.avalon.framework.logger,!org.apache.log,!org.apache.log4j,* + -- 1.7.7.6