Browse Source

Don't override managed version of httpclient for LFS server tests

The version is 4.5.5 in the master pom.xml but overridden with 4.3.6
in the LFS server tests pom.xml.

Remove the override so that the same version is used everywhere.

Change-Id: Ibccc93a0c2a9c05db23cf131585184d67611b579
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
tags/v5.1.0.201808281540-m3
David Pursehouse 5 years ago
parent
commit
05ecfb1ce1
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      org.eclipse.jgit.lfs.server.test/pom.xml

+ 0
- 1
org.eclipse.jgit.lfs.server.test/pom.xml View File

@@ -111,7 +111,6 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.6</version>
</dependency>
</dependencies>


Loading…
Cancel
Save