From 76b3781f4b9d9bce83ce81886851b90e486c34fb Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Sun, 16 Jun 2019 20:45:47 +0200 Subject: pgm: add missing optional dependency to org.tukaani:xz Otherwize the jgit command line does not support the xz archive format. Change-Id: I64897e658e4ed761614948b9d432f26e83034f15 Signed-off-by: Matthias Sohn --- org.eclipse.jgit.pgm/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'org.eclipse.jgit.pgm') diff --git a/org.eclipse.jgit.pgm/pom.xml b/org.eclipse.jgit.pgm/pom.xml index 011a49376d..389b180331 100644 --- a/org.eclipse.jgit.pgm/pom.xml +++ b/org.eclipse.jgit.pgm/pom.xml @@ -142,6 +142,12 @@ org.eclipse.jgit.lfs.server ${project.version} + + + org.tukaani + xz + true + -- cgit v1.2.3