aboutsummaryrefslogtreecommitdiffstats
path: root/lib/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'lib/BUILD')
-rw-r--r--lib/BUILD73
1 files changed, 63 insertions, 10 deletions
diff --git a/lib/BUILD b/lib/BUILD
index 6be9e575fe..551383b79d 100644
--- a/lib/BUILD
+++ b/lib/BUILD
@@ -20,24 +20,38 @@ java_library(
)
java_library(
- name = "commons-codec",
- exports = ["@commons-codec//jar"],
+ name = "commons-lang3",
+ visibility = [
+ "//org.eclipse.jgit.archive:__pkg__",
+ "//org.eclipse.jgit.pgm.test:__pkg__",
+ "//org.eclipse.jgit.test:__pkg__",
+ ],
+ exports = ["@commons-lang3//jar"],
)
java_library(
- name = "commons-logging",
- visibility = ["//visibility:public"],
- exports = ["@commons-logging//jar"],
+ name = "commons-io",
+ visibility = [
+ "//org.eclipse.jgit.archive:__pkg__",
+ "//org.eclipse.jgit.pgm.test:__pkg__",
+ "//org.eclipse.jgit.test:__pkg__",
+ ],
+ exports = ["@commons-io//jar"],
)
java_library(
- name = "eddsa",
+ name = "commons-codec",
visibility = [
- "//org.eclipse.jgit.ssh.apache:__pkg__",
- "//org.eclipse.jgit.ssh.apache.test:__pkg__",
- "//org.eclipse.jgit.ssh.jsch.test:__pkg__",
+ "//org.eclipse.jgit:__pkg__",
+ "//org.eclipse.jgit.test:__pkg__",
],
- exports = ["@eddsa//jar"],
+ exports = ["@commons-codec//jar"],
+)
+
+java_library(
+ name = "commons-logging",
+ visibility = ["//visibility:public"],
+ exports = ["@commons-logging//jar"],
)
java_library(
@@ -139,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"],
@@ -163,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__",
@@ -177,6 +219,8 @@ java_library(
visibility = [
"//org.eclipse.jgit.gpg.bc:__pkg__",
"//org.eclipse.jgit.gpg.bc.test:__pkg__",
+ "//org.eclipse.jgit.ssh.apache:__pkg__",
+ "//org.eclipse.jgit.ssh.apache.test:__pkg__",
"//org.eclipse.jgit.test:__pkg__",
],
exports = ["@bcpg//jar"],
@@ -187,6 +231,9 @@ java_library(
visibility = [
"//org.eclipse.jgit.gpg.bc:__pkg__",
"//org.eclipse.jgit.gpg.bc.test:__pkg__",
+ "//org.eclipse.jgit.ssh.apache:__pkg__",
+ "//org.eclipse.jgit.ssh.apache.test:__pkg__",
+ "//org.eclipse.jgit.ssh.jsch.test:__pkg__",
"//org.eclipse.jgit.test:__pkg__",
],
exports = ["@bcprov//jar"],
@@ -197,6 +244,9 @@ java_library(
visibility = [
"//org.eclipse.jgit.gpg.bc:__pkg__",
"//org.eclipse.jgit.gpg.bc.test:__pkg__",
+ "//org.eclipse.jgit.ssh.apache:__pkg__",
+ "//org.eclipse.jgit.ssh.apache.test:__pkg__",
+ "//org.eclipse.jgit.ssh.jsch.test:__pkg__",
"//org.eclipse.jgit.test:__pkg__",
],
exports = ["@bcutil//jar"],
@@ -206,6 +256,9 @@ java_library(
name = "bcpkix",
visibility = [
"//org.eclipse.jgit.gpg.bc:__pkg__",
+ "//org.eclipse.jgit.ssh.apache:__pkg__",
+ "//org.eclipse.jgit.ssh.apache.test:__pkg__",
+ "//org.eclipse.jgit.ssh.jsch.test:__pkg__",
"//org.eclipse.jgit.test:__pkg__",
],
exports = ["@bcpkix//jar"],