diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-20 23:25:23 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-21 23:39:40 +0200 |
commit | 7a74abd6be8db8e72dd96d6908d29cc1b6dd3072 (patch) | |
tree | 2b6ea87dcde55997e8b20d39091444bff1b4e4b9 /pom.xml | |
parent | 7b8aab9897315483f1b388672b1d065d61e084d2 (diff) | |
download | jgit-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.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |