Skip to content

Commit 695c2ca

Browse files
committed
Update maven-shared-resources for maven-checkstyle-plugin
1 parent 6473afc commit 695c2ca

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@
4848
<build>
4949
<pluginManagement>
5050
<plugins>
51+
<plugin>
52+
<groupId>org.apache.maven.plugins</groupId>
53+
<artifactId>maven-checkstyle-plugin</artifactId>
54+
<version>3.1.1</version>
55+
<dependencies>
56+
<dependency>
57+
<groupId>org.apache.maven.shared</groupId>
58+
<artifactId>maven-shared-resources</artifactId>
59+
<version>3</version>
60+
</dependency>
61+
</dependencies>
62+
</plugin>
5163
<plugin>
5264
<groupId>org.apache.maven.plugins</groupId>
5365
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)