diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-16 02:01:14 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-17 22:23:39 +0200 |
commit | 04ca81308f8544093906b41ed03440b8048c6d44 (patch) | |
tree | 9d56b7e8d05ca5ebe496facf849e7df8b9c5431e /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target | |
parent | 72455b5fd3a1a97057cdbfa497ff274e288a1666 (diff) | |
download | jgit-04ca81308f8544093906b41ed03440b8048c6d44.tar.gz jgit-04ca81308f8544093906b41ed03440b8048c6d44.zip |
Use commons-logging directly from Maven Central
Change-Id: I08e51450f70f941761539d3f08dd65c5d706dcdc
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target index dfa539d356..6697232c18 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl --> -<target name="jgit-4.24" sequenceNumber="1684354978"> +<target name="jgit-4.24" sequenceNumber="1684355006"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20221112-0806"/> @@ -10,8 +10,6 @@ <unit id="com.jcraft.jzlib.source" version="1.1.3.v20220502-1820"/> <unit id="org.apache.ant" version="1.10.12.v20211102-1452"/> <unit id="org.apache.ant.source" version="1.10.12.v20211102-1452"/> - <unit id="org.apache.commons.logging" version="1.2.0.v20180409-1502"/> - <unit id="org.apache.commons.logging.source" version="1.2.0.v20180409-1502"/> <unit id="org.apache.httpcomponents.httpclient" version="4.5.14.v20221207-1049"/> <unit id="org.apache.httpcomponents.httpclient.source" version="4.5.14.v20221207-1049"/> <unit id="org.apache.httpcomponents.httpcore" version="4.4.16.v20221207-1049"/> @@ -252,6 +250,12 @@ <version>1.23.0</version> <type>jar</type> </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.2</version> + <type>jar</type> + </dependency> </dependencies> </location> </locations> |