You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Wei-Chiu Chuang (Jira)" <ji...@apache.org> on 2020/04/06 18:43:00 UTC

[jira] [Created] (HBASE-24124) hbase-filesystem to use guava from hbase-thirdparty

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)