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

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

Yubin Li created FLINK-26677:
--------------------------------

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

```

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



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