You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yubin Li (Jira)" <ji...@apache.org> on 2022/03/16 10:02:00 UTC

[jira] [Updated] (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 ]

Yubin Li updated FLINK-26677:
-----------------------------
    Description: 
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.

  was:
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:

```

<relocations>
<relocation>
<pattern>org.apache.flink.connector.base</pattern>
<shadedPattern>org.apache.flink.connector.files.shaded.org.apache.flink.connector.base</shadedPattern>
</relocation>
</relocations>

```

now the building of table-store project has been failed caused by above, it should to be updated right now.


> 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
>             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)