Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Revert "Update to latest guava version"
Browse files Browse the repository at this point in the history
Guava 22 requires Java 8.

This reverts commit 9252ffb.
  • Loading branch information
britter committed Jul 5, 2017
1 parent de4656f commit d0dcb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>22.0</version>
<version>18.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d0dcb52

Please sign in to comment.