1bc5014faSJonathan Niederjava_library( 2bc5014faSJonathan Nieder name = "commons-compress", 3bc5014faSJonathan Nieder visibility = ["//org.eclipse.jgit.archive:__pkg__"], 4bc5014faSJonathan Nieder exports = ["@commons_compress//jar"], 5bc5014faSJonathan Nieder) 6bc5014faSJonathan Nieder 7bc5014faSJonathan Niederjava_library( 8bc5014faSJonathan Nieder name = "gson", 9bc5014faSJonathan Nieder visibility = ["//org.eclipse.jgit.lfs.server:__pkg__"], 10bc5014faSJonathan Nieder exports = ["@gson//jar"], 11bc5014faSJonathan Nieder) 12bc5014faSJonathan Nieder 13bc5014faSJonathan Niederjava_library( 14bc5014faSJonathan Nieder name = "httpclient", 15bc5014faSJonathan Nieder visibility = ["//org.eclipse.jgit.http.apache:__pkg__"], 16bc5014faSJonathan Nieder exports = ["@httpclient//jar"], 17bc5014faSJonathan Nieder) 18bc5014faSJonathan Nieder 19bc5014faSJonathan Niederjava_library( 20bc5014faSJonathan Nieder name = "httpcore", 21bc5014faSJonathan Nieder visibility = [ 22bc5014faSJonathan Nieder "//org.eclipse.jgit.http.apache:__pkg__", 23bc5014faSJonathan Nieder "//org.eclipse.jgit.lfs.server:__pkg__", 24bc5014faSJonathan Nieder ], 25bc5014faSJonathan Nieder exports = ["@httpcore//jar"], 26bc5014faSJonathan Nieder) 27bc5014faSJonathan Nieder 28bc5014faSJonathan Niederjava_library( 29bc5014faSJonathan Nieder name = "javaewah", 30bc5014faSJonathan Nieder visibility = ["//visibility:public"], 31bc5014faSJonathan Nieder exports = ["@javaewah//jar"], 32bc5014faSJonathan Nieder) 33bc5014faSJonathan Nieder 34bc5014faSJonathan Niederjava_library( 35bc5014faSJonathan Nieder name = "jsch", 36bc5014faSJonathan Nieder visibility = ["//org.eclipse.jgit:__pkg__"], 37bc5014faSJonathan Nieder exports = ["@jsch//jar"], 38bc5014faSJonathan Nieder) 39bc5014faSJonathan Nieder 40bc5014faSJonathan Niederjava_library( 41bc5014faSJonathan Nieder name = "junit", 42*02fe1e0bSJonathan Nieder testonly = 1, 43*02fe1e0bSJonathan Nieder visibility = ["//visibility:public"], 44bc5014faSJonathan Nieder exports = ["@junit//jar"], 45bc5014faSJonathan Nieder) 46bc5014faSJonathan Nieder 47bc5014faSJonathan Niederjava_library( 48bc5014faSJonathan Nieder name = "servlet-api", 49bc5014faSJonathan Nieder visibility = [ 50bc5014faSJonathan Nieder "//org.eclipse.jgit.http.apache:__pkg__", 51bc5014faSJonathan Nieder "//org.eclipse.jgit.http.server:__pkg__", 52bc5014faSJonathan Nieder "//org.eclipse.jgit.lfs.server:__pkg__", 53bc5014faSJonathan Nieder ], 54bc5014faSJonathan Nieder exports = ["@servlet_api_3_1//jar"], 55bc5014faSJonathan Nieder) 56bc5014faSJonathan Nieder 57bc5014faSJonathan Niederjava_library( 58bc5014faSJonathan Nieder name = "slf4j-api", 59bc5014faSJonathan Nieder visibility = ["//visibility:public"], 60bc5014faSJonathan Nieder exports = ["@log_api//jar"], 61bc5014faSJonathan Nieder) 62