summaryrefslogtreecommitdiffstats
path: root/lib/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'lib/BUILD')
-rw-r--r--lib/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/BUILD b/lib/BUILD
index 8918df8e2b..d26ccae4eb 100644
--- a/lib/BUILD
+++ b/lib/BUILD
@@ -163,6 +163,13 @@ java_library(
)
java_library(
+ name = "jetty-session",
+ # TODO: This should be testonly but org.eclipse.jgit.pgm depends on it.
+ visibility = ["//visibility:public"],
+ exports = ["@jetty-session//jar"],
+)
+
+java_library(
name = "jetty-server",
# TODO: This should be testonly but org.eclipse.jgit.pgm depends on it.
visibility = ["//visibility:public"],