Tweaked pom to specify guava as provided

This commit is contained in:
Dinnerbone 2011-07-20 18:05:34 +01:00
parent 7ad853a51b
commit bfa22f3025

View File

@ -89,6 +89,8 @@
<groupId>com.google.guava</groupId>
<artifactId>guava-collections</artifactId>
<version>r03</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
</dependencies>
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->