Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-26677

Make flink-connector-base dependency consistent

    XMLWordPrintableJSON

Details

    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:

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

      Attachments

        Issue Links

          Activity

            People

              liyubin117 Yubin Li
              liyubin117 Yubin Li
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: