From 3d3df3942a528fb74baff1efb60212b9ebcae83e Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 20 Feb 2014 22:07:48 +0100 Subject: Move Apache httpclient based HTTP support to a separate bundle This move avoids that all consumers of org.eclipse.jgit depend on Apache httpclient. Also add another feature to make this optional for OSGi consumers as well. Change-Id: I5ef5e00c53678b9e1d7cfd54bbca3ff6f1c1c967 Signed-off-by: Matthias Sohn --- org.eclipse.jgit.http.test/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'org.eclipse.jgit.http.test') diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml index c226ceee7f..3ceac222fe 100644 --- a/org.eclipse.jgit.http.test/pom.xml +++ b/org.eclipse.jgit.http.test/pom.xml @@ -75,6 +75,13 @@ test + + org.eclipse.jgit + org.eclipse.jgit.http.apache + ${project.version} + test + + org.eclipse.jgit org.eclipse.jgit.junit.http -- cgit v1.2.3