aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/BUILD
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 /org.eclipse.jgit.pgm/BUILD
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 'org.eclipse.jgit.pgm/BUILD')
-rw-r--r--org.eclipse.jgit.pgm/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/BUILD b/org.eclipse.jgit.pgm/BUILD
index ddc84bea06..abd85566ad 100644
--- a/org.eclipse.jgit.pgm/BUILD
+++ b/org.eclipse.jgit.pgm/BUILD
@@ -7,6 +7,7 @@ java_library(
deps = [
":services",
"//lib:args4j",
+ "//lib:commons-logging",
"//lib:httpclient",
"//lib:httpcore",
"//lib:jetty-http",