Browse Source

[bazel] Add missing dependency to slf4j-api

Change-Id: I8a6b0cc8892ff4ba83d0f4a0d5801b1de27401f4
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v5.9.0.202009080501-r
Matthias Sohn 3 years ago
parent
commit
8b589b3bf2
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      org.eclipse.jgit.junit.ssh/BUILD
  2. 1
    0
      org.eclipse.jgit.lfs.test/BUILD

+ 1
- 0
org.eclipse.jgit.junit.ssh/BUILD View File

], ],
deps = [ deps = [
"//lib:junit", "//lib:junit",
"//lib:slf4j-api",
"//lib:sshd-osgi", "//lib:sshd-osgi",
"//lib:sshd-sftp", "//lib:sshd-sftp",
# We want these deps to be provided_deps # We want these deps to be provided_deps

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

deps = [ deps = [
":helpers", ":helpers",
"//lib:junit", "//lib:junit",
"//lib:slf4j-api",
"//org.eclipse.jgit:jgit", "//org.eclipse.jgit:jgit",
"//org.eclipse.jgit.junit:junit", "//org.eclipse.jgit.junit:junit",
"//org.eclipse.jgit.lfs:jgit-lfs", "//org.eclipse.jgit.lfs:jgit-lfs",

Loading…
Cancel
Save