summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/BUILD b/lib/BUILD
index 8806217577..c2a8271bbe 100644
--- a/lib/BUILD
+++ b/lib/BUILD
@@ -153,6 +153,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"],