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 08c4d7c commit cd01a6dCopy full SHA for cd01a6d
1 file changed
pom.xml
@@ -295,14 +295,6 @@ limitations under the License.
295
<plugin>
296
<groupId>org.apache.maven.plugins</groupId>
297
<artifactId>maven-checkstyle-plugin</artifactId>
298
- <version>${commons.checkstyle-plugin.version}</version>
299
- <dependencies>
300
- <dependency>
301
- <groupId>com.puppycrawl.tools</groupId>
302
- <artifactId>checkstyle</artifactId>
303
- <version>${commons.checkstyle.version}</version>
304
- </dependency>
305
- </dependencies>
306
<configuration>
307
<configLocation>${checkstyle.config.file}</configLocation>
308
<enableRulesSummary>false</enableRulesSummary>
0 commit comments