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/maven | |
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/maven')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd index 42ba270d93..39beb100d5 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd @@ -19,6 +19,19 @@ maven apache } } +maven assertj + scope = compile + dependencyDepth = none + missingManifest = error + includeSources +{ + dependency { + groupId = "org.assertj" + artifactId = "assertj-core" + version = "3.24.2" + } +} + maven bouncycastle scope = compile dependencyDepth = none |