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