Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-02-20 21:07:48 +0000
committerMatthias Sohn2014-02-20 22:57:21 +0000
commit3d3df3942a528fb74baff1efb60212b9ebcae83e (patch)
tree9c14258df19d8b4a57de533548bea9a2ac159cb7 /pom.xml
parent3cebf9c466ca4b6c78b80bddaa7a1481c44b60db (diff)
downloadjgit-3d3df3942a528fb74baff1efb60212b9ebcae83e.tar.gz
jgit-3d3df3942a528fb74baff1efb60212b9ebcae83e.tar.xz
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 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5d564d27ee..a27b386ba9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -600,6 +600,7 @@
<module>org.eclipse.jgit.ant</module>
<module>org.eclipse.jgit.archive</module>
<module>org.eclipse.jgit.ui</module>
+ <module>org.eclipse.jgit.http.apache</module>
<module>org.eclipse.jgit.http.server</module>
<module>org.eclipse.jgit.pgm</module>
<module>org.eclipse.jgit.junit</module>

Back to the top