File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 20
20
<minimum .maven.version>3.3</minimum .maven.version>
21
21
<outputDirectory >${project.build.directory}</outputDirectory >
22
22
<scala-maven-plugin .version>4.4.0</scala-maven-plugin .version>
23
- <build-helper-maven-plugin .version>3.2.0</build-helper-maven-plugin .version>
24
23
<cucumber .version>6.1.1</cucumber .version>
25
24
<gherkin .version>13.0.0</gherkin .version>
26
25
<groovy .version>2.5.12</groovy .version>
149
148
<plugin >
150
149
<groupId >org.apache.maven.plugins</groupId >
151
150
<artifactId >maven-toolchains-plugin</artifactId >
152
- <version >3.0.0</version >
153
151
<executions >
154
152
<execution >
155
153
<goals >
173
171
<plugin >
174
172
<groupId >org.apache.maven.plugins</groupId >
175
173
<artifactId >maven-antrun-plugin</artifactId >
176
- <version >3.0.0</version >
177
174
<dependencies >
178
175
<dependency >
179
176
<groupId >org.codehaus.groovy</groupId >
200
197
<plugin >
201
198
<groupId >org.apache.maven.plugins</groupId >
202
199
<artifactId >maven-javadoc-plugin</artifactId >
203
- <version >3.2.0</version >
204
200
<configuration >
205
201
<use >false</use >
206
202
<excludePackageNames >cucumber.runtime,cucumber.runtime.*</excludePackageNames >
227
223
<plugin >
228
224
<groupId >org.apache.maven.plugins</groupId >
229
225
<artifactId >maven-shade-plugin</artifactId >
230
- <version >3.2.4</version >
231
226
<executions >
232
227
<execution >
233
228
<phase >package</phase >
244
239
<plugin >
245
240
<groupId >org.codehaus.mojo</groupId >
246
241
<artifactId >build-helper-maven-plugin</artifactId >
247
- <version >${build-helper-maven-plugin.version} </version >
248
242
</plugin >
249
243
250
244
<!-- Non-standard plugins -->
You can’t perform that action at this time.
0 commit comments