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>
This commit is contained in:
Matthias Sohn 2021-02-20 19:05:59 +01:00
parent bdc48aeac7
commit 7e38792ead
1 changed files with 1 additions and 0 deletions

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",
],