Browse Source

Add missing bazel dependency for o.e.j.gpg.bc.test

This was missed in 64cbea8a97.

Change-Id: I0b2b234b9888a7dd8b7ace624233b141fb7c4394
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v5.11.0.202102240950-m3
Matthias Sohn 3 years ago
parent
commit
7e38792ead
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      org.eclipse.jgit.gpg.bc.test/BUILD

+ 1
- 0
org.eclipse.jgit.gpg.bc.test/BUILD View File

@@ -16,6 +16,7 @@ junit_tests(
"//lib:bcpg",
"//lib:bcprov",
"//lib:junit",
"//org.eclipse.jgit:jgit",
"//org.eclipse.jgit.gpg.bc:gpg-bc",
"//org.eclipse.jgit.gpg.bc.test:tst_rsrc",
],

Loading…
Cancel
Save