Skip to content

Commit

Permalink
Upgrade to latest guava
Browse files Browse the repository at this point in the history
Ancient guava was conflicting with current guava in my project. Upgrading to latest fixes conflict and works just as well.
  • Loading branch information
anthonyu committed Sep 18, 2014
1 parent 9b13d2c commit 40ab934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-io</artifactId>
<version>r03</version>
<artifactId>guava</artifactId>
<version>18.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 40ab934

Please sign in to comment.