Skip to content

Commit

Permalink
Added dependency to guava 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Sánchez Uríen committed Apr 12, 2016
1 parent c2aa2e7 commit cebd9d9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Expand Up @@ -52,6 +52,12 @@

<dependencies>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>11.0</version>
</dependency>

<dependency>
<groupId>com.coravy.hudson.plugins.github</groupId>
<artifactId>github</artifactId>
Expand All @@ -69,10 +75,6 @@
<groupId>com.github.stephenc.findbugs</groupId>
<artifactId>findbugs-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
<exclusion>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
Expand Down

0 comments on commit cebd9d9

Please sign in to comment.