File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 55
55
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
56
56
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
57
57
<module-name >${groupId} .${artifactId} </module-name >
58
+ <io .cucumber.version>7.21.0</io .cucumber.version>
58
59
<javadoc .failOnWarnings>true</javadoc .failOnWarnings>
59
60
<!-- This is required for later correct replacement of surefireArgLine -->
60
61
<!-- see surefire-java8 and surefire-java9+ profiles -->
189
190
<dependency >
190
191
<groupId >io.cucumber</groupId >
191
192
<artifactId >cucumber-java</artifactId >
192
- <version >7.21.1 </version >
193
+ <version >${io.cucumber.version} </version >
193
194
<scope >test</scope >
194
195
</dependency >
195
196
196
197
<dependency >
197
198
<groupId >io.cucumber</groupId >
198
199
<artifactId >cucumber-junit-platform-engine</artifactId >
199
- <version >7.21.1 </version >
200
+ <version >${io.cucumber.version} </version >
200
201
<scope >test</scope >
201
202
</dependency >
202
203
203
204
<dependency >
204
205
<groupId >io.cucumber</groupId >
205
206
<artifactId >cucumber-picocontainer</artifactId >
206
- <version >7.21.1 </version >
207
+ <version >${io.cucumber.version} </version >
207
208
<scope >test</scope >
208
209
</dependency >
209
210
You can’t perform that action at this time.
0 commit comments