diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-01 17:32:28 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-01 18:13:49 +0200 |
commit | 18cb13c4ef4bcdf3210e932bd9fbb602ddf234fc (patch) | |
tree | 318ccee878aed76ffb2618bac5b6d73a2d28201e /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target | |
parent | f3cb30f835430f379070849f580ee45c44c97ad3 (diff) | |
download | jgit-18cb13c4ef4bcdf3210e932bd9fbb602ddf234fc.tar.gz jgit-18cb13c4ef4bcdf3210e932bd9fbb602ddf234fc.zip |
Update assertj-core to 3.24.2
and consume it directly from Maven Central.
Add the bundle to the jgit p2 repository.
Change-Id: I95f07a6d3ea645c4f56350d4b0facbaa84988440
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target index 54431cd6b3..886dc5052f 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.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.18" sequenceNumber="1682951044"> +<target name="jgit-4.18" sequenceNumber="1682955065"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.google.gson" version="2.10.1.v20230109-0753"/> @@ -32,8 +32,6 @@ <unit id="org.apache.sshd.osgi.source" version="2.9.2.v20221117-1942"/> <unit id="org.apache.sshd.sftp" version="2.9.2.v20221117-1942"/> <unit id="org.apache.sshd.sftp.source" version="2.9.2.v20221117-1942"/> - <unit id="org.assertj" version="3.20.2.v20210706-1104"/> - <unit id="org.assertj.source" version="3.20.2.v20210706-1104"/> <unit id="org.hamcrest" version="2.2.0.v20210711-0821"/> <unit id="org.hamcrest.source" version="2.2.0.v20210711-0821"/> <unit id="org.hamcrest.core" version="1.3.0.v20180420-1519"/> @@ -150,6 +148,16 @@ </dependency> </dependencies> </location> + <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="assertj"> + <dependencies> + <dependency> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <version>3.24.2</version> + <type>jar</type> + </dependency> + </dependencies> + </location> <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="apache"> <dependencies> <dependency> |