diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-02-20 17:00:22 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-02-20 17:05:47 +0100 |
commit | 1fd8b0f7dcf1151638baf07a356d49cb63e57c23 (patch) | |
tree | 58983c6b4a7c24988793f9f14b0fbec6b78a1737 /lib/BUILD | |
parent | 1f9feb613ac14cf44289d51d821f479584b3d456 (diff) | |
download | jgit-1fd8b0f7dcf1151638baf07a356d49cb63e57c23.tar.gz jgit-1fd8b0f7dcf1151638baf07a356d49cb63e57c23.zip |
Update org.apache.commons:commons-compress to 1.26.0
The new version now requires commons-io for the tests.
Hence adding dependency to commons-io:commons-io:2.15.1.
Change-Id: Ieb50ef559a119c89f90d700ab95a73c0fcae85a8
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-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 = "commons-codec", visibility = [ "//org.eclipse.jgit:__pkg__", |