switched to using Google Guava library instead of older collections library.

This commit is contained in:
Inderjeet Singh 2010-11-01 17:50:48 +00:00
parent b64f69cb00
commit ebd4047707

View File

@ -50,9 +50,9 @@
<!-- Google collections -->
<dependency>
<groupId>com.google.collections</groupId>
<artifactId>google-collections</artifactId>
<version>1.0</version>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>r07</version>
<scope>compile</scope>
</dependency>