diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-12-03 11:04:41 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-12-13 01:08:23 +0100 |
commit | e1fb47bd554ac3abcd10164bd234ad91d4654b4a (patch) | |
tree | ff81168d3b7c7d5055a93a280647bd5bc2206862 /org.eclipse.jgit.http.apache/pom.xml | |
parent | 2edf66bdd7440f9222e9ca7fcd65dcce56c655bc (diff) | |
download | jgit-e1fb47bd554ac3abcd10164bd234ad91d4654b4a.tar.gz jgit-e1fb47bd554ac3abcd10164bd234ad91d4654b4a.zip |
Update Apache httpclient to 4.5.2 and httpcore to 4.4.6
CQ: 15051
CQ: 15052
Change-Id: I532cd73253601ce1d2926850af2519aae6744a9c
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.apache/pom.xml')
-rw-r--r-- | org.eclipse.jgit.http.apache/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.jgit.http.apache/pom.xml b/org.eclipse.jgit.http.apache/pom.xml index 028eb6e627..c109c2a406 100644 --- a/org.eclipse.jgit.http.apache/pom.xml +++ b/org.eclipse.jgit.http.apache/pom.xml @@ -68,6 +68,14 @@ <artifactId>org.eclipse.jgit</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + </dependency> </dependencies> <build> |