From c33e392f9b4fa929dda3e65d32188508400392cd Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Mon, 13 Aug 2018 16:57:04 -0700 Subject: 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 --- org.eclipse.jgit.pgm/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'org.eclipse.jgit.pgm/BUILD') 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", -- cgit v1.2.3