You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Hai Zhou (JIRA)" <ji...@apache.org> on 2017/08/29 16:11:00 UTC

[jira] [Updated] (FLINK-7555) Use flink-shaded-guava-18 to replace guava dependencies

     [ https://issues.apache.org/jira/browse/FLINK-7555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hai Zhou updated FLINK-7555:
----------------------------
    Description: 
After [#issue FLINK-6982|https://issues.apache.org/jira/browse/FLINK-6982],
I still find 40 occurrences of 'import com.google.common' in project .

we should replace all 'import com.google.common.*' to  'import org.apache.flink.shaded.guava18.com.google.common.*' ?

if so, I will give a PR to fix it.

  was:!attachment-name.jpg|thumbnail!


>  Use flink-shaded-guava-18 to replace guava dependencies
> --------------------------------------------------------
>
>                 Key: FLINK-7555
>                 URL: https://issues.apache.org/jira/browse/FLINK-7555
>             Project: Flink
>          Issue Type: Bug
>          Components: Build System
>    Affects Versions: 1.4.0
>            Reporter: Hai Zhou
>             Fix For: 1.4.0
>
>
> After [#issue FLINK-6982|https://issues.apache.org/jira/browse/FLINK-6982],
> I still find 40 occurrences of 'import com.google.common' in project .
> we should replace all 'import com.google.common.*' to  'import org.apache.flink.shaded.guava18.com.google.common.*' ?
> if so, I will give a PR to fix it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)