Browse Source

Do not require org.assertj.core.annotations

Bug: 564410
Change-Id: I9797f1dbc9338056c4f8c43fddc4a998ca14e319
Signed-off-by: Sebastian Ratz <sebastian.ratz@sap.com>
tags/v5.8.1.202007141445-r
Sebastian Ratz 3 years ago
parent
commit
979ed737a2
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      org.eclipse.jgit.gpg.bc/META-INF/MANIFEST.MF

+ 1
- 2
org.eclipse.jgit.gpg.bc/META-INF/MANIFEST.MF View File

@@ -8,8 +8,7 @@ Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-Version: 5.8.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.assertj.core.annotations;version="3.14.0",
org.bouncycastle.bcpg;version="[1.65.0,2.0.0)",
Import-Package: org.bouncycastle.bcpg;version="[1.65.0,2.0.0)",
org.bouncycastle.gpg;version="[1.65.0,2.0.0)",
org.bouncycastle.gpg.keybox;version="[1.65.0,2.0.0)",
org.bouncycastle.gpg.keybox.jcajce;version="[1.65.0,2.0.0)",

Loading…
Cancel
Save