Skip to content

Commit

Permalink
Bump guava to version 19
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Dec 27, 2015
1 parent 3d17bf7 commit 4de865d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .idea/libraries/guava.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion java/client/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.3.jar"/>
<classpathentry kind="lib" path="/third-party/java/guava/guava-18.0.jar" sourcepath="/third-party/java/guava/guava-18.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/guava/guava-19.0.jar" sourcepath="/third-party/java/guava/guava-19.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-2.18.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.18-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-core-js-2.17.jar"/>
<classpathentry kind="lib" path="/third-party/java/jna/jna-4.1.0.jar" sourcepath="/third-party/java/jna/jna-4.1.0-src.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion java/server/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<classpathentry kind="lib" path="/third-party/java/bouncycastle/bcpkix-jdk15on-1.48.jar" sourcepath="/third-party/java/bouncycastle/bcpkix-jdk15on-1.48-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/webbit/webbit-0.4.14.jar" sourcepath="/third-party/java/webbit/webbit-0.4.14-src.jar"/>
<classpathentry kind="lib" path="/third-party/java/netty/netty-3.5.7.Final.jar"/>
<classpathentry kind="lib" path="/third-party/java/guava/guava-18.0.jar" sourcepath="/third-party/java/guava/guava-18.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/guava/guava-19.0.jar" sourcepath="/third-party/java/guava/guava-19.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-1.9.5.jar"/>
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked.jar"/>
<classpathentry kind="lib" path="/third-party/java/yaml/snakeyaml-1.15.jar" sourcepath="/third-party/java/yaml/snakeyaml-1.15-sources.jar"/>
Expand Down
6 changes: 3 additions & 3 deletions third_party/java/guava/BUCK
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prebuilt_jar(name = 'guava',
maven_coords = "com.google.guava:guava:18.0",
binary_jar = 'guava-18.0.jar',
source_jar = 'guava-18.0-sources.jar',
maven_coords = "com.google.guava:guava:19.0",
binary_jar = 'guava-19.0.jar',
source_jar = 'guava-19.0-sources.jar',
visibility = ['PUBLIC'],
)
2 changes: 1 addition & 1 deletion third_party/java/guava/build.desc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

java_library(name = "guava",
deps = [ "guava-18.0.jar" ])
deps = [ "guava-19.0.jar" ])
Binary file removed third_party/java/guava/guava-18.0-sources.jar
Binary file not shown.
Binary file removed third_party/java/guava/guava-18.0.jar
Binary file not shown.
Binary file added third_party/java/guava/guava-19.0-sources.jar
Binary file not shown.
Binary file added third_party/java/guava/guava-19.0.jar
Binary file not shown.

0 comments on commit 4de865d

Please sign in to comment.