Skip to content

Commit

Permalink
Dependencies to google-collections and guava-io should be removed #552
Browse files Browse the repository at this point in the history
  • Loading branch information
HDouss committed Dec 31, 2015
1 parent abb32e1 commit bb50011
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions qulice-checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,8 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-io</artifactId>
<version>r03</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-log</artifactId>
Expand Down Expand Up @@ -86,13 +79,6 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<!-- Checkstyle is using some classes from this lib -->
<groupId>com.google.collections</groupId>
<artifactId>google-collections</artifactId>
<version>1.0-rc5</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit bb50011

Please sign in to comment.