Skip to content

Commit

Permalink
AjayKemparaj: Updating Guava library to 11.0.1
Browse files Browse the repository at this point in the history
r15564
  • Loading branch information
ajayk committed Jan 18, 2012
1 parent e12e886 commit c4ecbb2
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<classpathentry kind="lib" path="third_party/java/jetty/jetty-util-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/servlet-api/servlet-api-2.5-6.1.9.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-servlet-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/guava-libraries/guava-10.0.1.jar" sourcepath="third_party/java/guava-libraries/guava-10.0.1-src.jar"/>
<classpathentry kind="lib" path="third_party/java/guava-libraries/guava-11.0.1.jar" sourcepath="third_party/java/guava-libraries/guava-10.0.1-src.jar"/>
<classpathentry kind="lib" path="third_party/java/jasper/jasper-compiler-jdt-5.5.15.jar"/>
<classpathentry kind="lib" path="third_party/java/jasper/jasper-compiler-5.5.15.jar"/>
<classpathentry kind="lib" path="third_party/java/jasper/jsp-api-2.0.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>10.0.1</version>
<version>11.0.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
2 changes: 1 addition & 1 deletion third_party/java/guava-libraries/build.desc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

java_library(name = "guava-libraries",
deps = [ "guava-10.0.1.jar" ])
deps = [ "guava-11.0.1.jar" ])
Binary file not shown.
Binary file removed third_party/java/guava-libraries/guava-10.0.1.jar
Binary file not shown.
Binary file not shown.
Binary file added third_party/java/guava-libraries/guava-11.0.1.jar
Binary file not shown.

0 comments on commit c4ecbb2

Please sign in to comment.