diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-06-04 17:18:14 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-06-04 17:38:47 +0200 |
commit | 8261854fb72ea8921d08204e420ec1d63489d0b2 (patch) | |
tree | 6a7a7006f4519780b3051d721636d7e622e8145a /lib | |
parent | 945e4d68cdccaa05528dfacc3ee73bd16b0b3c9e (diff) | |
parent | 026d46de13eb2321c18045469f27b065ba107ff5 (diff) | |
download | jgit-8261854fb72ea8921d08204e420ec1d63489d0b2.tar.gz jgit-8261854fb72ea8921d08204e420ec1d63489d0b2.zip |
Merge branch 'next'
* next:
Bump jetty version to 12.0.9 and servlet-api to 6.0
Bump jetty version to 11.0.20
Update minimum Java version to 17
Prepare 7.0.0-SNAPSHOT builds
Change-Id: I99c02f19a580101d34a5b4f9ab4daac33c755b89
Diffstat (limited to 'lib')
-rw-r--r-- | lib/BUILD | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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"], |