Skip to content

Commit cd01a6d

Browse files
committed
Pick up Checkstyle version from parent POM
1 parent 08c4d7c commit cd01a6d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -295,14 +295,6 @@ limitations under the License.
295295
<plugin>
296296
<groupId>org.apache.maven.plugins</groupId>
297297
<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>
306298
<configuration>
307299
<configLocation>${checkstyle.config.file}</configLocation>
308300
<enableRulesSummary>false</enableRulesSummary>

0 commit comments

Comments
 (0)