pgm: Add missing dependency on commons-logging

Without this, commands like "jgit repo" that use commons-logging fail.

Change-Id: Ia78198c5e15ac4d6152d832ab2a2498f625486d2
Signed-off-by: Jonathan Nieder <jrn@google.com>
This commit is contained in:
Jonathan Nieder 2018-08-13 16:57:04 -07:00 committed by Matthias Sohn
parent 65d6bb073a
commit c33e392f9b
2 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,6 @@ java_library(
java_library(
name = "commons-logging",
testonly = 1,
visibility = ["//visibility:public"],
exports = ["@commons-logging//jar"],
)

View File

@ -7,6 +7,7 @@ java_library(
deps = [
":services",
"//lib:args4j",
"//lib:commons-logging",
"//lib:httpclient",
"//lib:httpcore",
"//lib:jetty-http",