Skip to content

Commit

Permalink
add jupiter imports
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur committed Sep 21, 2024
1 parent d3dfb15 commit 4abbfea
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion org.eclipse.jdt.ui.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,22 @@ Require-Bundle:
org.eclipse.jdt.astview,
org.eclipse.compare.core,
org.eclipse.compare,
org.eclipse.core.tests.harness
org.eclipse.core.tests.harness,
junit-jupiter-api
Bundle-RequiredExecutionEnvironment: JavaSE-17
Eclipse-BundleShape: dir
Bundle-ActivationPolicy: lazy
Import-Package: org.assertj.core.api;version="3.24.2",
org.junit.jupiter.api,
org.junit.jupiter.api.extension,
org.junit.jupiter.migrationsupport,
org.junit.jupiter.migrationsupport.conditions,
org.junit.jupiter.migrationsupport.rules,
org.junit.jupiter.params,
org.junit.jupiter.params.aggregator,
org.junit.jupiter.params.converter,
org.junit.jupiter.params.provider,
org.junit.jupiter.params.support,
org.junit.platform.suite.api,
org.junit.platform.suite.commons;status=INTERNAL,
org.junit.platform.suite.engine;status=INTERNAL

0 comments on commit 4abbfea

Please sign in to comment.