diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-30 00:36:29 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-30 14:28:33 +0200 |
commit | 8995a64295aeb6afeccd5e70c050f395a59436eb (patch) | |
tree | f78493b335da22f60473a3ddaadb1c4973bd478a /org.eclipse.jgit.ssh.jsch.test | |
parent | 2a64412e946e83de51207c2af9e32343df9ecddf (diff) | |
download | jgit-8995a64295aeb6afeccd5e70c050f395a59436eb.tar.gz jgit-8995a64295aeb6afeccd5e70c050f395a59436eb.zip |
Update Orbit to orbit-aggregation/release/4.29.0
Switch to bundle dependencies for hamcrest 1.3 to avoid issues with
split packages in that version.
Don't allow hamcrest 2.x yet since junit 4.13.2 still requires hamcrest
1.3.
See Orbit restructuring in
https://github.com/orgs/eclipse-orbit/discussions/49
Change-Id: I8faf519b8f2c4e4a6bd255d694d1aa28017acd85
Diffstat (limited to 'org.eclipse.jgit.ssh.jsch.test')
-rw-r--r-- | org.eclipse.jgit.ssh.jsch.test/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.ssh.jsch.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ssh.jsch.test/META-INF/MANIFEST.MF index 2bd03f07bf..d9d6507714 100644 --- a/org.eclipse.jgit.ssh.jsch.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ssh.jsch.test/META-INF/MANIFEST.MF @@ -7,6 +7,7 @@ Bundle-Version: 6.7.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-11 +Require-Bundle: org.hamcrest.core;bundle-version="[1.3.0,2.0.0)" Import-Package: com.jcraft.jsch;version="[0.1.54,0.2.0)", org.eclipse.jgit.errors;version="[6.7.0,6.8.0)", org.eclipse.jgit.junit;version="[6.7.0,6.8.0)", @@ -15,7 +16,6 @@ Import-Package: com.jcraft.jsch;version="[0.1.54,0.2.0)", org.eclipse.jgit.transport;version="[6.7.0,6.8.0)", org.eclipse.jgit.transport.ssh.jsch;version="[6.7.0,6.8.0)", org.eclipse.jgit.util;version="[6.7.0,6.8.0)", - org.hamcrest;version="[1.1.0,3.0.0)", org.junit;version="[4.13,5.0.0)", org.junit.experimental.theories;version="[4.13,5.0.0)", org.junit.runner;version="[4.13,5.0.0)" |