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>
tags/v4.6.0.201612231935-r
David Pursehouse 7 years ago
parent
commit
d47320bd36
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      org.eclipse.jgit.pgm/BUCK
  2. 1
    0
      org.eclipse.jgit.test/BUCK

+ 1
- 0
org.eclipse.jgit.pgm/BUCK View File

@@ -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
- 0
org.eclipse.jgit.test/BUCK View File

@@ -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