File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.cucumber</groupId >
5
5
<artifactId >cucumber-parent</artifactId >
6
- <version >2.3.2 </version >
6
+ <version >3.0.0 </version >
7
7
</parent >
8
8
<artifactId >cucumber-jvm</artifactId >
9
9
<version >7.4.0-SNAPSHOT</version >
193
193
<plugin >
194
194
<groupId >org.commonjava.maven.plugins</groupId >
195
195
<artifactId >directory-maven-plugin</artifactId >
196
- <version >1.0</version >
197
196
<executions >
198
197
<execution >
199
198
<id >directories</id >
416
415
<plugin >
417
416
<groupId >org.apache.maven.plugins</groupId >
418
417
<artifactId >maven-checkstyle-plugin</artifactId >
418
+ <dependencies >
419
+ <dependency >
420
+ <groupId >com.puppycrawl.tools</groupId >
421
+ <artifactId >checkstyle</artifactId >
422
+ <version >10.1</version >
423
+ </dependency >
424
+ </dependencies >
419
425
<configuration >
420
426
<consoleOutput >true</consoleOutput >
421
427
<failsOnError >true</failsOnError >
You can’t perform that action at this time.
0 commit comments