Browse Source

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>
stable-4.6
David Pursehouse 8 years ago committed by Matthias Sohn
parent
commit
d47320bd36
  1. 1
      org.eclipse.jgit.pgm/BUCK
  2. 1
      org.eclipse.jgit.test/BUCK

1
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',

1
org.eclipse.jgit.test/BUCK

@ -60,6 +60,7 @@ for src in TESTS:
':tst_rsrc',
'//org.eclipse.jgit:jgit',
'//org.eclipse.jgit.junit:junit',
'//org.eclipse.jgit.lfs:jgit-lfs',
'//lib:hamcrest-core',
'//lib:hamcrest-library',
'//lib:javaewah',

Loading…
Cancel
Save