Should be no harm in compiling against Guava instead of GC as they have the
exact same API. So if you ship with GC instead of Guava, nothing will break. Eventually we'll want to ship with Guava instead of GC so that we can use Guava-specific methods, but projects can make that switch at their leisure. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@903 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
<!-- Java dependencies -->
|
||||
<include name="commons-digester.jar"/>
|
||||
<include name="commons-logging.jar"/>
|
||||
<include name="google-collect.jar"/>
|
||||
<include name="guava.jar"/>
|
||||
<include name="guice.jar"/>
|
||||
<include name="junit4.jar"/>
|
||||
<include name="retroweaver-all-1.2.2.jar"/>
|
||||
|
||||
Reference in New Issue
Block a user