summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2019-06-16 20:45:47 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2019-06-16 20:45:47 +0200
commit76b3781f4b9d9bce83ce81886851b90e486c34fb (patch)
treed81c306f5a4bb3af78df86c3a2f7592f8b6c8cb5 /org.eclipse.jgit.pgm/pom.xml
parent67b77717089e68db21af120e6b7bec159f354eca (diff)
downloadjgit-76b3781f4b9d9bce83ce81886851b90e486c34fb.tar.gz
jgit-76b3781f4b9d9bce83ce81886851b90e486c34fb.zip
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 <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/pom.xml')
-rw-r--r--org.eclipse.jgit.pgm/pom.xml6
1 files changed, 6 insertions, 0 deletions
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 @@
<artifactId>org.eclipse.jgit.lfs.server</artifactId>
<version>${project.version}</version>
</dependency>
+
+ <dependency>
+ <groupId>org.tukaani</groupId>
+ <artifactId>xz</artifactId>
+ <optional>true</optional>
+ </dependency>
</dependencies>
<build>