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

Commit

Permalink
Don't assume that Guava is provided.
Browse files Browse the repository at this point in the history
This is necessary to successfully build jar-with-dependencies.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=133716904
  • Loading branch information
iflan committed Sep 21, 2016
1 parent 456bbee commit 8680bf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit 8680bf2

Please sign in to comment.