diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-08 11:17:32 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-08 11:17:32 +0200 |
commit | 82badd0a8751183ad5a22962b416d1078ea328fa (patch) | |
tree | 631c2bf21709e1357f0fbd9e1d62210ee8fea2b8 /org.eclipse.jgit.test/BUILD | |
parent | 927ae2f55bc6e4b6a02beb2fcebf6104e1f73669 (diff) | |
parent | d4752e2900ac4c12fafa16ba91cbaa62467db7c2 (diff) | |
download | jgit-82badd0a8751183ad5a22962b416d1078ea328fa.tar.gz jgit-82badd0a8751183ad5a22962b416d1078ea328fa.zip |
Merge branch 'stable-5.2' into stable-5.3
* stable-5.2:
[error prone] Suppress NonAtomicVolatileUpdate in SimpleLruCache
Bazel: Format BUILD files with buildifier
Bazel: Add fixes for --incompatible_load_java_rules_from_bzl
Bazel: Fix warning about deprecated lib.bzl
Format lib/BUILD with buildifier
Bazel: Add fixes for --incompatible_load_java_rules_from_bzl
Bazel: Bump minimum supported version to 0.29.0
Bazel: Bump skylib library version to 0.8.0
Use bazelisk to switch between used bazel version
Bazel: Require minimum bazel version 0.17.1
Fix wrong placeholder index in error message packInaccessible
JGitText: Remove unused externalized strings
RepoText: Remove unused externalized string
CLI: Remove unused externalized strings
Change-Id: I0d8b7f79177a20dc00c89e2cf0005eb3d3039532
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit.test/BUILD b/org.eclipse.jgit.test/BUILD index ca5b42e48d..ebc9bc3439 100644 --- a/org.eclipse.jgit.test/BUILD +++ b/org.eclipse.jgit.test/BUILD @@ -1,3 +1,4 @@ +load("@rules_java//java:defs.bzl", "java_import", "java_library") load( "@com_googlesource_gerrit_bazlets//tools:genrule2.bzl", "genrule2", @@ -49,8 +50,8 @@ java_library( deps = [ "//lib:jsch", "//lib:junit", - "//lib:slf4j-simple", "//lib:mockito", + "//lib:slf4j-simple", "//org.eclipse.jgit:jgit", "//org.eclipse.jgit.junit:junit", ], |