Skip to content

Commit fb803e0

Browse files
committed
Merge branch 'master' of git://github.com/tsundberg/cucumber-jvm
2 parents eabb477 + c5ef051 commit fb803e0

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

examples/java-wicket/java-wicket-test/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<plugin>
1313
<groupId>org.apache.maven.plugins</groupId>
1414
<artifactId>maven-failsafe-plugin</artifactId>
15-
<version>2.12.4</version>
15+
<version>2.14</version>
1616
<executions>
1717
<execution>
1818
<id>integration-test</id>
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>org.seleniumhq.selenium</groupId>
9494
<artifactId>selenium-java</artifactId>
95-
<version>2.26.0</version>
95+
<version>2.31.0</version>
9696
<scope>test</scope>
9797
</dependency>
9898
</dependencies>

examples/java-wicket/pom.xml

+4-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<!--
5-
<parent>
6-
<groupId>info.cukes</groupId>
7-
<artifactId>cucumber-jvm</artifactId>
8-
<relativePath>../../pom.xml</relativePath>
9-
<version>1.1.2-SNAPSHOT</version>
10-
</parent>
11-
-->
124
<groupId>info.cukes</groupId>
135
<artifactId>java-wicket-selenium</artifactId>
14-
<version>1.1.2-SNAPSHOT</version>
6+
<version>1.1.4-SNAPSHOT</version>
157
<packaging>pom</packaging>
168
<name>Examples: A Wicket application tested with Selenium WebDriver</name>
179
<modules>
@@ -23,17 +15,17 @@
2315
<dependency>
2416
<groupId>junit</groupId>
2517
<artifactId>junit</artifactId>
26-
<version>4.10</version>
18+
<version>4.11</version>
2719
</dependency>
2820
<dependency>
2921
<groupId>info.cukes</groupId>
3022
<artifactId>cucumber-java</artifactId>
31-
<version>1.1.1</version>
23+
<version>1.1.3</version>
3224
</dependency>
3325
<dependency>
3426
<groupId>info.cukes</groupId>
3527
<artifactId>cucumber-junit</artifactId>
36-
<version>1.1.1</version>
28+
<version>1.1.3</version>
3729
</dependency>
3830
</dependencies>
3931
</dependencyManagement>

0 commit comments

Comments
 (0)