Bug 564065 - 110+ test fails in osgi.tests in I20200607-1800

Add jupiter api to ConfigurationSessionTestSuite.

Change-Id: I8d41858ca09d2557d39cffbe01f2c3f34ee3ef65
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
diff --git a/tests/org.eclipse.core.tests.harness/src/org/eclipse/core/tests/session/ConfigurationSessionTestSuite.java b/tests/org.eclipse.core.tests.harness/src/org/eclipse/core/tests/session/ConfigurationSessionTestSuite.java
index ba6a210..35d489d 100644
--- a/tests/org.eclipse.core.tests.harness/src/org/eclipse/core/tests/session/ConfigurationSessionTestSuite.java
+++ b/tests/org.eclipse.core.tests.harness/src/org/eclipse/core/tests/session/ConfigurationSessionTestSuite.java
@@ -54,6 +54,7 @@
 			"org.eclipse.pde.junit.runtime", //
 			"org.hamcrest.core", //
 			"org.junit", //
+			"org.junit.jupiter.api",
 			"org.eclipse.test.performance"};
 
 	private static final String PROP_CONFIG_AREA_READ_ONLY = InternalPlatform.PROP_CONFIG_AREA + ".readOnly";
diff --git a/tests/org.eclipse.core.tests.runtime/pom.xml b/tests/org.eclipse.core.tests.runtime/pom.xml
index c7b0dfc..140457e 100644
--- a/tests/org.eclipse.core.tests.runtime/pom.xml
+++ b/tests/org.eclipse.core.tests.runtime/pom.xml
@@ -52,6 +52,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>