Repository: phoenix Updated Branches: refs/heads/calcite 4954621f3 -> 058833048
PHOENIX-3829 Bumping guava version to 14.0 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/05883304 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/05883304 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/05883304 Branch: refs/heads/calcite Commit: 05883304862422265d3b93513e1e98d62f14d240 Parents: 4954621 Author: Rajeshbabu Chintaguntla <[email protected]> Authored: Thu May 4 11:36:52 2017 +0530 Committer: Rajeshbabu Chintaguntla <[email protected]> Committed: Thu May 4 11:36:52 2017 +0530 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/05883304/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5ec7d88..86dbc19 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,7 @@ <commons-logging.version>1.2</commons-logging.version> <commons-csv.version>1.0</commons-csv.version> <sqlline.version>1.2.0</sqlline.version> - <guava.version>13.0.1</guava.version> + <guava.version>14.0</guava.version> <flume.version>1.4.0</flume.version> <kafka.version>0.9.0.0</kafka.version> <findbugs-annotations.version>1.3.9-1</findbugs-annotations.version>
