Wei-Chiu Chuang created HBASE-24124:
---------------------------------------
Summary: hbase-filesystem to use guava from hbase-thirdparty
Key: HBASE-24124
URL: https://issues.apache.org/jira/browse/HBASE-24124
Project: HBase
Issue Type: Task
Components: Filesystem Integration
Affects Versions: 1.0.0-alpha2
Reporter: Wei-Chiu Chuang
hbase-filesystem repo is on guava23.0:
{noformat}
$ grep -r "guava" .
./pom.xml: <guava.version>23.0</guava.version>
./hbase-oss/pom.xml: <groupId>com.google.guava</groupId>
./hbase-oss/pom.xml: <artifactId>guava</artifactId>
./hbase-oss/pom.xml: <version>${guava.version}</version>
./hbase-oss/pom.xml: <!-- this should have been marked optional by
guava because
{noformat}
It should use the guava from hbase-thirdparty instead.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)