Skip to content

Commit

Permalink
Guava-Abhängigkeit gemanaged und auf Version 17.0 gesetzt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gero Christoffers committed Dec 21, 2015
1 parent 6869281 commit 49835d0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,17 @@
</plugin>
</plugins>
</build>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>17.0</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.youdevise</groupId>
Expand Down

0 comments on commit 49835d0

Please sign in to comment.