File tree 2 files changed +6
-14
lines changed
2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 12
12
<plugin >
13
13
<groupId >org.apache.maven.plugins</groupId >
14
14
<artifactId >maven-failsafe-plugin</artifactId >
15
- <version >2.12.4 </version >
15
+ <version >2.14 </version >
16
16
<executions >
17
17
<execution >
18
18
<id >integration-test</id >
92
92
<dependency >
93
93
<groupId >org.seleniumhq.selenium</groupId >
94
94
<artifactId >selenium-java</artifactId >
95
- <version >2.26 .0</version >
95
+ <version >2.31 .0</version >
96
96
<scope >test</scope >
97
97
</dependency >
98
98
</dependencies >
Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<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
- -->
12
4
<groupId >info.cukes</groupId >
13
5
<artifactId >java-wicket-selenium</artifactId >
14
- <version >1.1.2 -SNAPSHOT</version >
6
+ <version >1.1.4 -SNAPSHOT</version >
15
7
<packaging >pom</packaging >
16
8
<name >Examples: A Wicket application tested with Selenium WebDriver</name >
17
9
<modules >
23
15
<dependency >
24
16
<groupId >junit</groupId >
25
17
<artifactId >junit</artifactId >
26
- <version >4.10 </version >
18
+ <version >4.11 </version >
27
19
</dependency >
28
20
<dependency >
29
21
<groupId >info.cukes</groupId >
30
22
<artifactId >cucumber-java</artifactId >
31
- <version >1.1.1 </version >
23
+ <version >1.1.3 </version >
32
24
</dependency >
33
25
<dependency >
34
26
<groupId >info.cukes</groupId >
35
27
<artifactId >cucumber-junit</artifactId >
36
- <version >1.1.1 </version >
28
+ <version >1.1.3 </version >
37
29
</dependency >
38
30
</dependencies >
39
31
</dependencyManagement >
You can’t perform that action at this time.
0 commit comments