Skip to content

Commit a5aeeaf

Browse files
committed
Use maven-checkstyle-plugin 3.1.1
1 parent 6b69179 commit a5aeeaf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pom.xml

+16
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,22 @@ under the License.
278278
<artifactId>maven-enforcer-plugin</artifactId>
279279
<version>3.0.0-M3</version>
280280
</plugin>
281+
<plugin>
282+
<artifactId>maven-checkstyle-plugin</artifactId>
283+
<version>3.1.1</version>
284+
<dependencies>
285+
<dependency>
286+
<groupId>com.puppycrawl.tools</groupId>
287+
<artifactId>checkstyle</artifactId>
288+
<version>8.39</version>
289+
</dependency>
290+
<dependency>
291+
<groupId>org.apache.maven.shared</groupId>
292+
<artifactId>maven-shared-resources</artifactId>
293+
<version>3</version>
294+
</dependency>
295+
</dependencies>
296+
</plugin>
281297
</plugins>
282298
</pluginManagement>
283299
<plugins>

0 commit comments

Comments
 (0)