aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs.server.test/pom.xml
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2018-08-24 12:05:31 +0900
committerDavid Pursehouse <david.pursehouse@gmail.com>2018-08-25 14:16:54 +0900
commit05ecfb1ce1cf643a72130fa191daf951352bc491 (patch)
tree9217c30a6a5e6326d0c783db0f14d3f2a798d2e4 /org.eclipse.jgit.lfs.server.test/pom.xml
parent3151bc33ea0b48eb222aebac1164f69105cc4b22 (diff)
downloadjgit-05ecfb1ce1cf643a72130fa191daf951352bc491.tar.gz
jgit-05ecfb1ce1cf643a72130fa191daf951352bc491.zip
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>
Diffstat (limited to 'org.eclipse.jgit.lfs.server.test/pom.xml')
-rw-r--r--org.eclipse.jgit.lfs.server.test/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit.lfs.server.test/pom.xml b/org.eclipse.jgit.lfs.server.test/pom.xml
index 6848a01778..03937425bc 100644
--- a/org.eclipse.jgit.lfs.server.test/pom.xml
+++ b/org.eclipse.jgit.lfs.server.test/pom.xml
@@ -111,7 +111,6 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.3.6</version>
</dependency>
</dependencies>