#710 Excluding tools dependency from CheckStyle

This commit is contained in:
Gunnar Morling 2015-12-17 20:34:26 +01:00
parent 1e318e3405
commit 03bf027858

View File

@ -83,6 +83,12 @@
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax.inject</groupId>