We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e89f3 commit 4e1536aCopy full SHA for 4e1536a
pom.xml
@@ -37,6 +37,22 @@
37
<javaVersion>8</javaVersion>
38
<project.build.outputTimestamp>2020-01-20T18:52:37Z</project.build.outputTimestamp>
39
</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>
56
57
<dependencies>
58
<dependency>
0 commit comments