Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2020-06-08 14:28:12 +0000
committerThomas Watson2020-06-08 15:13:14 +0000
commit54360b7a78009e065b0f5ac6f3ab2c563aadedc9 (patch)
tree900f8bf3248872c40ad22a08c945a3628050d0bb
parentd9517cb34b2a22d9394121ce242e025097fa9bdb (diff)
downloadrt.equinox.framework-54360b7a78009e065b0f5ac6f3ab2c563aadedc9.tar.gz
rt.equinox.framework-54360b7a78009e065b0f5ac6f3ab2c563aadedc9.tar.xz
rt.equinox.framework-54360b7a78009e065b0f5ac6f3ab2c563aadedc9.zip
Change-Id: Ia23d93226ef0dc810dd9404f1b7d4fc460560a88 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-rw-r--r--bundles/org.eclipse.osgi.tests/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.tests/pom.xml b/bundles/org.eclipse.osgi.tests/pom.xml
index d8a05b838..1972767c4 100644
--- a/bundles/org.eclipse.osgi.tests/pom.xml
+++ b/bundles/org.eclipse.osgi.tests/pom.xml
@@ -73,6 +73,11 @@
<type>p2-installable-unit</type>
<versionRange>0.0.0</versionRange>
</requirement>
+ <requirement>
+ <id>org.junit.jupiter.api</id>
+ <type>p2-installable-unit</type>
+ <versionRange>0.0.0</versionRange>
+ </requirement>
</extraRequirements>
</dependency-resolution>
</configuration>

Back to the top