Skip to content

Commit 4e1536a

Browse files
committed
Update maven-shared-resources for maven-checkstyle-plugin
1 parent a3e89f3 commit 4e1536a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,22 @@
3737
<javaVersion>8</javaVersion>
3838
<project.build.outputTimestamp>2020-01-20T18:52:37Z</project.build.outputTimestamp>
3939
</properties>
40+
41+
<build>
42+
<plugins>
43+
<plugin>
44+
<groupId>org.apache.maven.plugins</groupId>
45+
<artifactId>maven-checkstyle-plugin</artifactId>
46+
<dependencies>
47+
<dependency>
48+
<groupId>org.apache.maven.shared</groupId>
49+
<artifactId>maven-shared-resources</artifactId>
50+
<version>3</version>
51+
</dependency>
52+
</dependencies>
53+
</plugin>
54+
</plugins>
55+
</build>
4056

4157
<dependencies>
4258
<dependency>

0 commit comments

Comments
 (0)