Skip to content

Instantly share code, notes, and snippets.

@gissuebot
Created July 7, 2014 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gissuebot/84ecbe2227441a5ea4e0 to your computer and use it in GitHub Desktop.
Save gissuebot/84ecbe2227441a5ea4e0 to your computer and use it in GitHub Desktop.
Migrated attachment for Guice issue 288, comment 77
Index: common.xml
===================================================================
--- common.xml (revision 1586)
+++ common.xml (working copy)
@@ -146,7 +146,7 @@
<fileset dir="${build.dir}/classes"/>
<zipfileset src="${common.basedir}/lib/build/cglib-2.2.2.jar"/>
<zipfileset src="${common.basedir}/lib/build/asm-3.3.1.jar"/>
- <zipfileset src="${common.basedir}/lib/build/guava-r09.jar"/>
+ <zipfileset src="${common.basedir}/lib/build/guava-10.0.jar"/>
<rule pattern="net.sf.cglib.*" result="com.google.inject.internal.cglib.$@1"/>
<rule pattern="net.sf.cglib.**.*" result="com.google.inject.internal.cglib.@1.$@2"/>
<rule pattern="org.objectweb.asm.*" result="com.google.inject.internal.asm.$@1"/>
Index: core/pom.xml
===================================================================
--- core/pom.xml (revision 1586)
+++ core/pom.xml (working copy)
@@ -31,7 +31,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>r09</version>
+ <version>10.0</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
Index: lib/build/guava-r09.jar
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: lib/build/guava-10.0.jar
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: lib/build/guava-10.0.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment