diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/BUILD | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -184,6 +184,27 @@ java_library( ) java_library( + name = "jetty-ee10-nested", + # TODO: This should be testonly but org.eclipse.jgit.pgm depends on it. + visibility = ["//visibility:public"], + exports = ["@jetty-ee10-nested//jar"], +) + +java_library( + name = "jetty-ee10-security", + # TODO: This should be testonly but org.eclipse.jgit.pgm depends on it. + visibility = ["//visibility:public"], + exports = ["@jetty-ee10-security//jar"], +) + +java_library( + name = "jetty-ee10-servlet", + # TODO: This should be testonly but org.eclipse.jgit.pgm depends on it. + visibility = ["//visibility:public"], + exports = ["@jetty-ee10-servlet//jar"], +) + +java_library( name = "jsch", visibility = [ "//org.eclipse.jgit.junit.ssh:__pkg__", |