summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJonathan Nieder <jrn@google.com>2018-08-13 16:57:04 -0700
committerMatthias Sohn <matthias.sohn@sap.com>2018-10-01 18:25:22 -0400
commitc33e392f9b4fa929dda3e65d32188508400392cd (patch)
tree226d75152ad56d740ff1807462a17b4f5c1aa544 /lib
parent65d6bb073aba072a17c5324a48972b02861bf4e2 (diff)
downloadjgit-c33e392f9b4fa929dda3e65d32188508400392cd.tar.gz
jgit-c33e392f9b4fa929dda3e65d32188508400392cd.zip
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/BUILD b/lib/BUILD
index ebba0daf49..7cd420a526 100644
--- a/lib/BUILD
+++ b/lib/BUILD
@@ -23,7 +23,6 @@ java_library(
java_library(
name = "commons-logging",
- testonly = 1,
visibility = ["//visibility:public"],
exports = ["@commons-logging//jar"],
)