This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch 2.6.2-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git

commit b4705d0ea6f57d4446017017ad9e0b17d895b397
Author: ken.lj <ken.lj...@gmail.com>
AuthorDate: Tue May 22 10:16:32 2018 +0800

    Merge checkstyle-plugin configuration
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 195a2a0..253d1bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -239,6 +239,14 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-checkstyle-plugin</artifactId>
+                        <version>${maven_checkstyle_version}</version>
+                        <dependencies>
+                            <dependency>
+                                <groupId>com.puppycrawl.tools</groupId>
+                                <artifactId>checkstyle</artifactId>
+                                <version>8.9</version>
+                            </dependency>
+                        </dependencies>
                         <executions>
                             <execution>
                                 <id>checkstyle-validation</id>

-- 
To stop receiving notification emails like this one, please contact
liu...@apache.org.

Reply via email to