summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-05-20 23:25:23 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2024-05-21 23:39:40 +0200
commit7a74abd6be8db8e72dd96d6908d29cc1b6dd3072 (patch)
tree2b6ea87dcde55997e8b20d39091444bff1b4e4b9 /pom.xml
parent7b8aab9897315483f1b388672b1d065d61e084d2 (diff)
downloadjgit-7a74abd6be8db8e72dd96d6908d29cc1b6dd3072.tar.gz
jgit-7a74abd6be8db8e72dd96d6908d29cc1b6dd3072.zip
Update Apache commons-logging to 1.3.2
Stop bundling the source bundle since the upstream artifact doesn't have a valid OSGi manifest. Change-Id: I819685f7f6d6ebcf8f179dd3133e7fc809bba392
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2097d8513c..d5b65df4e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -902,6 +902,12 @@
</dependency>
<dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.3.2</version>
+ </dependency>
+
+ <dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
<version>1.9</version>