Skip to content

Commit 4416db5

Browse files
committed
Simplify the checkstyle configuration
1 parent d83fe9a commit 4416db5

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
<concurrency>1C</concurrency>
3434
<scm-api-plugin.version>2.6.3</scm-api-plugin.version>
3535
<jcasc.version>1.30</jcasc.version>
36-
<maven.checkstyle.plugin.version>3.1.0</maven.checkstyle.plugin.version>
37-
<maven.checkstyle.version>8.24</maven.checkstyle.version>
3836
<linkXRef>false</linkXRef>
3937
</properties>
4038

@@ -43,14 +41,7 @@
4341
<plugin>
4442
<groupId>org.apache.maven.plugins</groupId>
4543
<artifactId>maven-checkstyle-plugin</artifactId>
46-
<version>${maven.checkstyle.plugin.version}</version>
47-
<dependencies>
48-
<dependency>
49-
<groupId>com.puppycrawl.tools</groupId>
50-
<artifactId>checkstyle</artifactId>
51-
<version>${maven.checkstyle.version}</version>
52-
</dependency>
53-
</dependencies>
44+
<version>3.1.0</version>
5445
<configuration>
5546
<configLocation>google_checks.xml</configLocation>
5647
<failOnViolation>true</failOnViolation>

0 commit comments

Comments
 (0)