Skip to content

Commit

Permalink
Updating guava
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed May 10, 2018
1 parent 841f7ee commit 7f0ddee
Show file tree
Hide file tree
Showing 6 changed files with 8 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-23.6-jre.jar" sourcepath="/third-party/java/guava/guava-23.6-jre-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/guava/guava-25.0-jre.jar" sourcepath="/third-party/java/guava/guava-25.0-jre-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-2.29.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.29-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/neko-htmlunit-2.28.jar" sourcepath="/third-party/java/htmlunit/neko-htmlunit-2.28-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-core-js-2.28.jar" sourcepath="/third-party/java/htmlunit/htmlunit-core-js-2.28-sources.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion java/server/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="/third-party/java/jcip/jcip-annotations-1.0.jar" sourcepath="/third-party/java/jcip/jcip-annotations-1.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/netty/netty-all-4.1.19.Final.jar"/>
<classpathentry kind="lib" path="/third-party/java/guava/guava-23.6-jre.jar" sourcepath="/third-party/java/guava/guava-23.6-jre-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/guava/guava-25.0-jre.jar" sourcepath="/third-party/java/guava/guava-25.0-jre-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-2.18.0.jar"/>
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked.jar"/>
<classpathentry kind="lib" path="/third-party/java/yaml/snakeyaml-1.19.jar" sourcepath="/third-party/java/yaml/snakeyaml-1.19-sources.jar"/>
Expand Down
7 changes: 3 additions & 4 deletions third_party/java/guava/BUCK
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
prebuilt_jar(
name = 'guava',
maven_coords = 'com.google.guava:guava:jar:23.6-jre',
binary_jar = 'guava-23.6-jre.jar',
source_jar = 'guava-23.6-jre-sources.jar',
maven_coords = 'com.google.guava:guava:jar:25.0-jre',
binary_jar = 'guava-25.0-jre.jar',
source_jar = 'guava-25.0-jre-sources.jar',
visibility = [
'PUBLIC',
],
)

Binary file not shown.
Binary file not shown.

0 comments on commit 7f0ddee

Please sign in to comment.