fix java checkstyle version (#2998)
authorYizhi Liu <liuyizhi@apache.org>
Wed, 10 Apr 2019 05:12:50 +0000 (22:12 -0700)
committerTianqi Chen <tqchen@users.noreply.github.com>
Wed, 10 Apr 2019 05:12:50 +0000 (22:12 -0700)
jvm/core/pom.xml

index 88e2728..849c86b 100644 (file)
@@ -77,7 +77,7 @@ under the License.
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>[8.18,)</version>
+            <version>8.18</version>
           </dependency>
         </dependencies>
         <executions>