Skip to content

Commit

Permalink
Remove includes of 3rd party libraries from the org.eclipse.test feature
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Sep 10, 2024
1 parent 2b8cdba commit 06ced6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.test"
label="%featureName"
version="3.8.1000.qualifier"
version="3.9.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand All @@ -19,6 +19,10 @@
%license
</license>

<requires>
<import plugin="org.mockito.mockito-core" version="5.12.0" match="compatible"/>
</requires>

<plugin
id="org.eclipse.ant.optional.junit"
version="0.0.0"/>
Expand All @@ -39,40 +43,8 @@
id="org.eclipse.test.performance.win32"
version="0.0.0"/>

<plugin
id="org.junit"
version="0.0.0"/>

<plugin
id="org.hamcrest.core"
version="0.0.0"/>

<plugin
id="org.objenesis"
version="0.0.0"/>

<plugin
id="org.mockito.mockito-core"
version="0.0.0"/>

<plugin
id="net.bytebuddy.byte-buddy"
version="0.0.0"/>

<plugin
id="net.bytebuddy.byte-buddy-agent"
version="0.0.0"/>

<plugin
id="org.eclipse.core.tests.harness"
version="0.0.0"/>

<plugin
id="junit-jupiter-api"
version="0.0.0"/>

<plugin
id="assertj-core"
version="0.0.0"/>

</feature>
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<groupId>org.eclipse.test.feature</groupId>
<artifactId>org.eclipse.test</artifactId>
<name>org.eclipse.test.feature</name>
<version>3.8.1000-SNAPSHOT</version>
<version>3.9.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

0 comments on commit 06ced6a

Please sign in to comment.