Skip to content

Commit 20f2946

Browse files
committed
[#965] Make org.apiguardian.api dependency explicit
* import package * add to target
1 parent daf0912 commit 20f2946

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mylyn.commons/org.eclipse.mylyn.commons.sdk.util.junit5/META-INF/MANIFEST.MF

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Export-Package: org.eclipse.mylyn.commons.sdk.util.junit5;x-internal:=true,
99
org.eclipse.mylyn.commons.sdk.util.junit5.condition,
1010
org.eclipse.mylyn.commons.sdk.util.junit5.extension,
1111
org.eclipse.mylyn.commons.sdk.util.junit5.listener
12-
Import-Package: org.junit.jupiter.api;version="[5.13.1,6.0.0)",
12+
Import-Package: org.apiguardian.api;version="[1.1.0,2.0.0)",
13+
org.junit.jupiter.api;version="[5.13.1,6.0.0)",
1314
org.junit.jupiter.api.extension;version="[5.13.1,6.0.0)",
1415
org.junit.jupiter.params.provider;version="[5.13.1,6.0.0)",
1516
org.junit.platform.engine;version="[1.13.0,2.0.0)",

org.eclipse.mylyn-target/org.eclipse.mylyn.target.target

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
<unit id="junit-platform-suite-engine" version="[1.14.0,2.0.0)"/>
8787
<unit id="junit-platform-suite-commons" version="[1.14.0,2.0.0)"/>
8888
<unit id="junit-vintage-engine" version="[5.14.0,6.0.0)"/>
89+
<unit id="org.apiguardian.api" version="0.0.0"/>
8990
<unit id="org.glassfish.hk2.osgi-resource-locator" version="0.0.0"/>
9091
<unit id="org.apache.commons.lang3" version="0.0.0"/>
9192
<unit id="org.apache.commons.logging" version="0.0.0"/>

0 commit comments

Comments
 (0)