aboutsummaryrefslogtreecommitdiffstats
path: root/lib/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'lib/BUILD')
-rw-r--r--lib/BUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/BUILD b/lib/BUILD
index f971b645df..551383b79d 100644
--- a/lib/BUILD
+++ b/lib/BUILD
@@ -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__",