summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDinnerbone <dinnerbone@dinnerbone.com>2011-10-01 23:46:27 +0100
committerDinnerbone <dinnerbone@dinnerbone.com>2011-10-01 23:48:40 +0100
commit39674b6fb02fc3b771701fca52110623ad1d1967 (patch)
treebe6c274e73d519a04b51e5dfb302a8bb15b8bb47 /pom.xml
parent199a5c2a77e88f9a47fc81006fe9a9469f1f11fb (diff)
downloadcraftbukkit-39674b6fb02fc3b771701fca52110623ad1d1967.tar
craftbukkit-39674b6fb02fc3b771701fca52110623ad1d1967.tar.gz
craftbukkit-39674b6fb02fc3b771701fca52110623ad1d1967.tar.lz
craftbukkit-39674b6fb02fc3b771701fca52110623ad1d1967.tar.xz
craftbukkit-39674b6fb02fc3b771701fca52110623ad1d1967.zip
Updated guava to 10.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b5094b6b..dff6aed2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,8 +87,8 @@
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
- <artifactId>guava-collections</artifactId>
- <version>r03</version>
+ <artifactId>guava</artifactId>
+ <version>10.0</version>
<type>jar</type>
<scope>provided</scope>
</dependency>