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

[jira] [Created] (FLINK-29868) Dependency convergence error for org.osgi:org.osgi.core:jar

Nico Kruber created FLINK-29868:
-----------------------------------

             Summary: Dependency convergence error for org.osgi:org.osgi.core:jar
                 Key: FLINK-29868
                 URL: https://issues.apache.org/jira/browse/FLINK-29868
             Project: Flink
          Issue Type: Bug
          Components: Build System, Table SQL / Runtime
    Affects Versions: 1.17.0
            Reporter: Nico Kruber
             Fix For: 1.17.0


While working on FLINK-29867, the following new error is popping up while running

{code}
./mvnw clean install -pl flink-dist -am -DskipTests -Dflink.convergence.phase=install -Pcheck-convergence
{code}

(this is also done by CI which therefore fails)

{code}
[WARNING] 
Dependency convergence error for org.osgi:org.osgi.core:jar:4.3.0:runtime paths to dependency are:
+-org.apache.flink:flink-table-planner-loader-bundle:jar:1.17-SNAPSHOT
  +-org.apache.flink:flink-table-planner_2.12:jar:1.17-SNAPSHOT:runtime
    +-org.apache.flink:flink-table-api-java-bridge:jar:1.17-SNAPSHOT:runtime
      +-org.apache.flink:flink-streaming-java:jar:1.17-SNAPSHOT:runtime
        +-org.apache.flink:flink-runtime:jar:1.17-SNAPSHOT:runtime
          +-org.xerial.snappy:snappy-java:jar:1.1.8.3:runtime
            +-org.osgi:org.osgi.core:jar:4.3.0:runtime
and
+-org.apache.flink:flink-table-planner-loader-bundle:jar:1.17-SNAPSHOT
  +-org.apache.flink:flink-table-planner_2.12:jar:1.17-SNAPSHOT:runtime
    +-org.apache.flink:flink-scala_2.12:jar:1.17-SNAPSHOT:runtime
      +-org.apache.flink:flink-core:jar:1.17-SNAPSHOT:runtime
        +-org.apache.commons:commons-compress:jar:1.21:runtime
          +-org.osgi:org.osgi.core:jar:6.0.0:runtime
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)