diff options
author | Ed Merks <ed.merks@gmail.com> | 2024-05-24 17:41:55 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-26 00:04:43 +0200 |
commit | 4a6d04b25b211faf6498ce8ae9ee034be3566dc7 (patch) | |
tree | 124f3d08f923d25084200c6839649e68ad0f88a9 /lib/BUILD | |
parent | d43a92aee19e1c87ff51a116196da6999bf853ac (diff) | |
download | jgit-4a6d04b25b211faf6498ce8ae9ee034be3566dc7.tar.gz jgit-4a6d04b25b211faf6498ce8ae9ee034be3566dc7.zip |
Update org.apache.commons:commons-compress to 1.26.2
commons-compress 1.26.0 added commons-lang3 as a transitive dependency.
Hence add it to the target platform, p2 repository and bazel build.
Change-Id: Iac5ca095d3e93176e21364a66a29c5e533168e16
Diffstat (limited to 'lib/BUILD')
-rw-r--r-- | lib/BUILD | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -20,6 +20,16 @@ java_library( ) java_library( + 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-io", visibility = [ "//org.eclipse.jgit.archive:__pkg__", |