You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2022/04/11 09:21:00 UTC

[jira] [Assigned] (FLINK-26677) Make flink-connector-base dependency consistent

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

Jingsong Lee reassigned FLINK-26677:
------------------------------------

    Assignee: Yubin Li

> Make flink-connector-base dependency consistent
> -----------------------------------------------
>
>                 Key: FLINK-26677
>                 URL: https://issues.apache.org/jira/browse/FLINK-26677
>             Project: Flink
>          Issue Type: Bug
>          Components: Table Store
>            Reporter: Yubin Li
>            Assignee: Yubin Li
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: table-store-0.1.0
>
>
> as https://issues.apache.org/jira/browse/FLINK-25927 has been merged into flink master branch and 1.15 branch, the flink-connector-base modules has been shaded into many connectors modules, the main change in `pom.xml`  as follow:
> {code:java}
> <relocations>
>    <relocation>
>       <pattern>org.apache.flink.connector.base</pattern>
>       <shadedPattern>org.apache.flink.connector.files.shaded.org.apache.flink.connector.base</shadedPattern>
>    </relocation>
> </relocations>{code}
> now the building of table-store project has been failed caused by above, it should to be updated right now.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)