Skip to content

Commit b082875

Browse files
committed
Cleanup dependencies; upgrade to core 4.1.0
1 parent 35ebe8b commit b082875

File tree

5 files changed

+6
-18
lines changed

5 files changed

+6
-18
lines changed

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-jvm-scala</artifactId>
7-
<version>4.0.1-SNAPSHOT</version>
7+
<version>4.1.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>scala-examples</artifactId>

pom.xml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.cucumber</groupId>
44
<artifactId>cucumber-jvm-scala</artifactId>
5-
<version>4.0.1-SNAPSHOT</version>
5+
<version>4.1.0-SNAPSHOT</version>
66
<packaging>pom</packaging>
77
<name>Cucumber-JVM: Scala</name>
88
<url>http://cucumber.io/</url>
@@ -25,7 +25,7 @@
2525

2626
<scala-maven-plugin.version>3.2.2</scala-maven-plugin.version>
2727

28-
<cucumber.version>4.0.1</cucumber.version>
28+
<cucumber.version>4.1.0</cucumber.version>
2929
<gherkin.version>5.1.0</gherkin.version>
3030
<groovy.version>2.4.12</groovy.version>
3131
<junit.version>4.12</junit.version>
@@ -50,23 +50,11 @@
5050

5151
<dependencyManagement>
5252
<dependencies>
53-
<dependency>
54-
<groupId>io.cucumber</groupId>
55-
<artifactId>cucumber-groovy</artifactId>
56-
<version>${project.version}</version>
57-
</dependency>
5853
<dependency>
5954
<groupId>io.cucumber</groupId>
6055
<artifactId>cucumber-core</artifactId>
6156
<version>${cucumber.version}</version>
6257
</dependency>
63-
<dependency>
64-
<groupId>org.codehaus.groovy</groupId>
65-
<artifactId>groovy-all</artifactId>
66-
<version>${groovy.version}</version>
67-
<scope>provided</scope>
68-
</dependency>
69-
7058
<dependency>
7159
<groupId>io.cucumber</groupId>
7260
<artifactId>cucumber-junit</artifactId>

scala/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-jvm-scala</artifactId>
7-
<version>4.0.1-SNAPSHOT</version>
7+
<version>4.1.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>cucumber-scala-aggregator</artifactId>

scala/scala_2.11/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-scala-aggregator</artifactId>
7-
<version>4.0.1-SNAPSHOT</version>
7+
<version>4.1.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>cucumber-scala_2.11</artifactId>

scala/scala_2.12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-scala-aggregator</artifactId>
7-
<version>4.0.1-SNAPSHOT</version>
7+
<version>4.1.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>cucumber-scala_2.12</artifactId>

0 commit comments

Comments
 (0)