summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/BUCK
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2016-09-22 11:30:14 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2016-09-22 15:18:47 +0200
commitd47320bd36decb2cd7032c80c609fc1f0d01070d (patch)
treededba7019a6f0fc74ec68b2c2f84e2246e979d7f /org.eclipse.jgit.pgm/BUCK
parent93c788952ee88bb588cac5de322016388db83b60 (diff)
downloadjgit-d47320bd36decb2cd7032c80c609fc1f0d01070d.tar.gz
jgit-d47320bd36decb2cd7032c80c609fc1f0d01070d.zip
pgm, test: Add missing dependency for buck build
Change-Id: I26d69fb6d35c6fb120360ef143d1b1f565d4014c Signed-off-by: David Pursehouse <david.pursehouse@gmail.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/BUCK')
-rw-r--r--org.eclipse.jgit.pgm/BUCK1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/BUCK b/org.eclipse.jgit.pgm/BUCK
index 47711b5c6b..5d5e6f7095 100644
--- a/org.eclipse.jgit.pgm/BUCK
+++ b/org.eclipse.jgit.pgm/BUCK
@@ -9,6 +9,7 @@ java_library(
'//org.eclipse.jgit:jgit',
'//org.eclipse.jgit.archive:jgit-archive',
'//org.eclipse.jgit.http.apache:http-apache',
+ '//org.eclipse.jgit.lfs:jgit-lfs',
'//org.eclipse.jgit.lfs.server:jgit-lfs-server',
'//org.eclipse.jgit.ui:ui',
'//lib:args4j',