summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2014-02-20 22:07:48 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2014-02-20 23:57:21 +0100
commit3d3df3942a528fb74baff1efb60212b9ebcae83e (patch)
tree9c14258df19d8b4a57de533548bea9a2ac159cb7 /org.eclipse.jgit.http.test
parent3cebf9c466ca4b6c78b80bddaa7a1481c44b60db (diff)
downloadjgit-3d3df3942a528fb74baff1efb60212b9ebcae83e.tar.gz
jgit-3d3df3942a528fb74baff1efb60212b9ebcae83e.zip
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 <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.test')
-rw-r--r--org.eclipse.jgit.http.test/pom.xml7
1 files changed, 7 insertions, 0 deletions
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
@@ -77,6 +77,13 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
+ <artifactId>org.eclipse.jgit.http.apache</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.junit.http</artifactId>
<version>${project.version}</version>
<scope>test</scope>