diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-10-15 22:32:00 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-10-15 22:32:00 +0200 |
commit | 50411fa147003dc67a3045ef2c5c0969372c8be8 (patch) | |
tree | 7e9900d28a65e210d7e9d02a4932062fa7c3cfd9 /org.eclipse.jgit.benchmarks | |
parent | 738ef7782d992540baf773062328d297ffb8a1af (diff) | |
parent | d160e8a9354c1acdb6f60d743581e99cee520077 (diff) | |
download | jgit-50411fa147003dc67a3045ef2c5c0969372c8be8.tar.gz jgit-50411fa147003dc67a3045ef2c5c0969372c8be8.zip |
Merge branch 'stable-5.9' into stable-5.10
* stable-5.9:
Fix missing peel-part in lsRefsV2 for loose annotated tags
reftable: drop code for truncated reads
reftable: pass on invalid object ID in conversion
Update eclipse-jarsigner-plugin to 1.3.2
Fix running benchmarks from bazel
Update eclipse-jarsigner-plugin to 1.3.2
Change-Id: I4e7c7727ebfa9a7748477f2300bd66d775548ad6
Diffstat (limited to 'org.eclipse.jgit.benchmarks')
-rw-r--r-- | org.eclipse.jgit.benchmarks/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jgit.benchmarks/BUILD b/org.eclipse.jgit.benchmarks/BUILD index 7e331b101a..ecd268c4b8 100644 --- a/org.eclipse.jgit.benchmarks/BUILD +++ b/org.eclipse.jgit.benchmarks/BUILD @@ -8,6 +8,8 @@ jmh_java_benchmarks( name = "benchmarks", srcs = SRCS, deps = [ + "//lib:javaewah", + "//lib:slf4j-api", "//org.eclipse.jgit:jgit", ], ) |