diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-11-28 20:16:23 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-11-28 20:18:04 +0100 |
commit | 2532fa74c21166971ba05437e14786d93615bc82 (patch) | |
tree | c4d82d6829d050b2336f4ef2552aed9b0d25e975 /org.eclipse.jgit.test/BUILD | |
parent | 4b3c87f6392a7c514ee8552b722070472d9590e9 (diff) | |
download | jgit-2532fa74c21166971ba05437e14786d93615bc82.tar.gz jgit-2532fa74c21166971ba05437e14786d93615bc82.zip |
Fix running tests from bazel
The new dependency to mockito for JDKHttpConnectionTest wasn't added for
bazel test run.
Change-Id: Ie967b7152340a0b3e05cced7eadfd40af78d9995
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.test/BUILD')
-rw-r--r-- | org.eclipse.jgit.test/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.test/BUILD b/org.eclipse.jgit.test/BUILD index 37cfa8a24b..0b18e5ef7d 100644 --- a/org.eclipse.jgit.test/BUILD +++ b/org.eclipse.jgit.test/BUILD @@ -50,6 +50,7 @@ java_library( deps = [ "//lib:jsch", "//lib:junit", + "//lib:mockito", "//org.eclipse.jgit:jgit", "//org.eclipse.jgit.junit:junit", ], |