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 /org.eclipse.jgit.pgm/BUILD | |
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 'org.eclipse.jgit.pgm/BUILD')
-rw-r--r-- | org.eclipse.jgit.pgm/BUILD | 1 |
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", |