Skip to content

Commit

Permalink
test changing junit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur committed Nov 1, 2024
1 parent 3b3c5be commit 0af143b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions sandbox_functional_converter_feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,16 @@
<import plugin="org.eclipse.jface"/>
<import plugin="org.eclipse.ui.workbench"/>
<import plugin="org.eclipse.jdt.core.manipulation"/>
<import plugin="org.junit.jupiter.api"/>
<import plugin="org.junit.jupiter.params"/>
<import plugin="org.junit.platform.commons"/>
<import plugin="org.junit.platform.engine"/>
<import plugin="org.opentest4j"/>
<import plugin="sandbox_common"/>
<import plugin="junit-jupiter-api"/>
<import plugin="junit-jupiter-params"/>
<import plugin="junit-platform-commons"/>
<import plugin="junit-platform-engine"/>
</requires>

<plugin
id="sandbox_functional_converter"
download-size="0"
install-size="0"
version="1.1.0.qualifier"
unpack="false"/>
version="1.1.0.qualifier"/>

</feature>
2 changes: 1 addition & 1 deletion sandbox_functional_converter_test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Import-Package: org.junit.jupiter.api,
org.junit.jupiter.params.converter,
org.junit.jupiter.params.provider,
org.junit.jupiter.params.support,
org.opentest4j;version="1.2.0"
org.opentest4j
Automatic-Module-Name: sandbox.functional.converter.test

0 comments on commit 0af143b

Please sign in to comment.