diff options
author | Jonathan Nieder <jrn@google.com> | 2018-08-13 16:57:04 -0700 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-10-01 18:25:22 -0400 |
commit | c33e392f9b4fa929dda3e65d32188508400392cd (patch) | |
tree | 226d75152ad56d740ff1807462a17b4f5c1aa544 /lib | |
parent | 65d6bb073aba072a17c5324a48972b02861bf4e2 (diff) | |
download | jgit-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/BUILD | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -23,7 +23,6 @@ java_library( java_library( name = "commons-logging", - testonly = 1, visibility = ["//visibility:public"], exports = ["@commons-logging//jar"], ) |