From 708525c67e008acc33dd8259cdcf11d2f3e9107b Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Sun, 2 Feb 2020 22:28:22 +0100 Subject: [PATCH] Include org.apache.commons.codec 1.13 in the JGit http.apache.feature We do include httpcomponents.httpclient, but that depends on commons.codec. By including it here we can ensure that the version needed is indeed available. Bug: 559735 Change-Id: I16ef830cfe4f8e3b8a8ca08476fd655f41eee51b Signed-off-by: Thomas Wolf --- .../org.eclipse.jgit.http.apache.feature/feature.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml index 17a732b4a..8da600137 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml @@ -47,4 +47,11 @@ version="0.0.0" unpack="false"/> + +