File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<groupId >nl.tudelft.jpacman</groupId >
5
5
<artifactId >jpacman-template</artifactId >
6
- <version >6.3 .0</version >
6
+ <version >6.4 .0</version >
7
7
8
8
<name >JPacman Template Solution</name >
9
9
<description >
43
43
</prerequisites >
44
44
45
45
<properties >
46
- <jpacman .framework.version>6.3 .0</jpacman .framework.version>
46
+ <jpacman .framework.version>6.4 .0</jpacman .framework.version>
47
47
48
48
<maven .compiler.source>1.8</maven .compiler.source>
49
49
<maven .compiler.target>1.8</maven .compiler.target>
54
54
<junit .version>4.12</junit .version>
55
55
<mockito .version>2.0.47-beta</mockito .version>
56
56
<hamcrest .version>1.3</hamcrest .version>
57
+ <cucumber .version>1.2.2</cucumber .version>
57
58
58
59
<surefire .plugin.version>2.19.1</surefire .plugin.version>
59
60
<javadoc .plugin.version>2.10.3</javadoc .plugin.version>
100
101
<scope >test</scope >
101
102
</dependency >
102
103
104
+ <dependency >
105
+ <groupId >info.cukes</groupId >
106
+ <artifactId >cucumber-java</artifactId >
107
+ <version >${cucumber.version} </version >
108
+ <scope >test</scope >
109
+ </dependency >
110
+ <dependency >
111
+ <groupId >info.cukes</groupId >
112
+ <artifactId >cucumber-junit</artifactId >
113
+ <version >${cucumber.version} </version >
114
+ <scope >test</scope >
115
+ </dependency >
103
116
</dependencies >
104
117
105
118
<build >
You can’t perform that action at this time.
0 commit comments