]> source.dussan.org Git - jgit.git/commitdiff
Don't override managed version of httpclient for LFS server tests 74/127974/2
authorDavid Pursehouse <david.pursehouse@gmail.com>
Fri, 24 Aug 2018 03:05:31 +0000 (12:05 +0900)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Sat, 25 Aug 2018 05:16:54 +0000 (14:16 +0900)
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>
org.eclipse.jgit.lfs.server.test/pom.xml

index 6848a017785c2a8def6a0dd770391b75b7c77b75..03937425bccd83240ff473a3c22ac5e31a1468c6 100644 (file)
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.3.6</version>
     </dependency>
   </dependencies>