]> source.dussan.org Git - jgit.git/commitdiff
pgm: Add missing dependency on commons-logging 69/127369/2
authorJonathan Nieder <jrn@google.com>
Mon, 13 Aug 2018 23:57:04 +0000 (16:57 -0700)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 1 Oct 2018 22:25:22 +0000 (18:25 -0400)
Without this, commands like "jgit repo" that use commons-logging fail.

Change-Id: Ia78198c5e15ac4d6152d832ab2a2498f625486d2
Signed-off-by: Jonathan Nieder <jrn@google.com>
lib/BUILD
org.eclipse.jgit.pgm/BUILD

index ebba0daf4961215a9967dcb5aafcfbbaca43d503..7cd420a5266560e1f852e923321a0e5c2b39ad36 100644 (file)
--- 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"],
 )
index ddc84bea068f9361158c461cc1e9179e4c154cb7..abd85566adac323e2eae910edff40cac3840b8f8 100644 (file)
@@ -7,6 +7,7 @@ java_library(
     deps = [
         ":services",
         "//lib:args4j",
+        "//lib:commons-logging",
         "//lib:httpclient",
         "//lib:httpcore",
         "//lib:jetty-http",