summaryrefslogtreecommitdiffstats
path: root/lib/BUILD
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-02-20 17:00:22 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2024-02-20 17:05:47 +0100
commit1fd8b0f7dcf1151638baf07a356d49cb63e57c23 (patch)
tree58983c6b4a7c24988793f9f14b0fbec6b78a1737 /lib/BUILD
parent1f9feb613ac14cf44289d51d821f479584b3d456 (diff)
downloadjgit-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/BUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/BUILD b/lib/BUILD
index 29669b5d2f..8806217577 100644
--- a/lib/BUILD
+++ b/lib/BUILD
@@ -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__",