Browse Source

Remove unnecessary maven dependency of org.eclipse.jgit to httpclient

Change-Id: Icc3c696a46adaf0e7b633913a3f36f0440a81e3a
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
stable-5.1
Matthias Sohn 6 years ago committed by David Pursehouse
parent
commit
0c12df54f1
  1. 4
      org.eclipse.jgit/pom.xml

4
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>

Loading…
Cancel
Save