Skip to content

Commit

Permalink
195: Consume Cucumber Maven artifacts through TP
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Jul 27, 2022
1 parent 0a5583f commit 20dfd87
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 5 deletions.
16 changes: 16 additions & 0 deletions releng/org.pitest.pitclipse.target/older.target
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,21 @@
<unit id="org.hamcrest.text.source" version="0.0.0"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository/"/>
</location>
<location includeDependencyDepth="infinite" includeDependencyScopes="compile,runtime" includeSource="true" missingManifest="generate" type="Maven">
<dependencies>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-junit</artifactId>
<version>4.3.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-java</artifactId>
<version>4.3.0</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
</locations>
</target>
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,21 @@
<unit id="org.hamcrest.text.source" version="0.0.0"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-06/"/>
</location>
<location includeDependencyDepth="infinite" includeDependencyScopes="compile,runtime" includeSource="true" missingManifest="generate" type="Maven">
<dependencies>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-junit</artifactId>
<version>4.3.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-java</artifactId>
<version>4.3.0</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
</locations>
</target>
7 changes: 5 additions & 2 deletions tests/org.pitest.pitclipse.ui.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Require-Bundle: org.eclipse.swtbot.eclipse.finder,
org.pitest.pitclipse.launch;bundle-version="2.0.0",
org.pitest.pitclipse.launch.ui;bundle-version="2.0.0",
org.pitest.pitclipse.preferences.ui;bundle-version="2.0.0",
io.cucumber;bundle-version="4.3.0",
org.eclipse.debug.core,
org.slf4j.api
org.slf4j.api,
wrapped.io.cucumber.cucumber-java;bundle-version="4.3.0",
wrapped.io.cucumber.cucumber-junit;bundle-version="4.3.0",
wrapped.io.cucumber.cucumber-core;bundle-version="4.3.0",
wrapped.io.cucumber.datatable;bundle-version="1.1.12"
3 changes: 0 additions & 3 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
<module>org.pitest.pitclipse.runner.tests</module>
<module>org.pitest.pitclipse.ui.tests</module>

<!-- Test dependencies -->
<module>io.cucumber</module>

<!-- Global utilities -->
<module>org.pitest.pitclipse.tests.coverage.report</module>
</modules>
Expand Down

0 comments on commit 20dfd87

Please sign in to comment.