Skip to content

Commit

Permalink
fix java checkstyle version (apache#2998)
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhliu authored and wweic committed Apr 11, 2019
1 parent d948a1f commit 3c8cb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvm/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3c8cb87

Please sign in to comment.