diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-08-19 15:34:47 +0200 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2018-08-20 04:54:51 -0400 |
commit | 0c12df54f1eff69231822a78fb2230f01dd63561 (patch) | |
tree | 4b9343e4653e414aeac306472292e47e2783f427 /org.eclipse.jgit/pom.xml | |
parent | 6dd25814d8d3401211a9b2baecb57834f2f6cbb8 (diff) | |
download | jgit-0c12df54f1eff69231822a78fb2230f01dd63561.tar.gz jgit-0c12df54f1eff69231822a78fb2230f01dd63561.zip |
Remove unnecessary maven dependency of org.eclipse.jgit to httpclient
Change-Id: Icc3c696a46adaf0e7b633913a3f36f0440a81e3a
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/pom.xml')
-rw-r--r-- | org.eclipse.jgit/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml index 9dc588db24..0110ff9dd7 100644 --- a/org.eclipse.jgit/pom.xml +++ b/org.eclipse.jgit/pom.xml @@ -84,10 +84,6 @@ <artifactId>JavaEWAH</artifactId> </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - </dependency> <dependency> <groupId>org.slf4j</groupId> |