[
https://issues.apache.org/jira/browse/FLINK-26677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-26677:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> 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)