Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build of Snapshot version is broken due to dependency convergence #538

Closed
ChrisKujawa opened this issue Oct 14, 2022 · 0 comments · Fixed by #541
Closed

Build of Snapshot version is broken due to dependency convergence #538

ChrisKujawa opened this issue Oct 14, 2022 · 0 comments · Fixed by #541
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@ChrisKujawa
Copy link
Member

ChrisKujawa commented Oct 14, 2022

Description

Dependency convergence error for org.camunda.bpm.model:camunda-xml-model:jar:7.17.0:compile paths to dependency are:
+-io.camunda:zeebe-process-test-engine:jar:8.1.1-SNAPSHOT
  +-io.camunda:zeebe-workflow-engine:jar:8.2.0-SNAPSHOT:compile
    +-io.camunda:zeebe-dmn:jar:8.2.0-SNAPSHOT:compile
      +-org.camunda.bpm.model:camunda-dmn-model:jar:7.17.0:compile
        +-org.camunda.bpm.model:camunda-xml-model:jar:7.17.0:compile
and
+-io.camunda:zeebe-process-test-engine:jar:8.1.1-SNAPSHOT
  +-io.camunda:zeebe-workflow-engine:jar:8.2.0-SNAPSHOT:compile
    +-org.camunda.bpm.model:camunda-xml-model:jar:7.18.0:compile

https://github.com/camunda/zeebe-process-test/actions/runs/3247317103/jobs/5327135428

Expected behaviour

No dependency convergence. Might make sense to use the dependencies from Zeebe transient.

@ChrisKujawa ChrisKujawa added the kind/bug Categorizes issue or PR as related to a bug. label Oct 14, 2022
@remcowesterhoud remcowesterhoud self-assigned this Oct 14, 2022
@ghost ghost closed this as completed in 31e2b78 Oct 14, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants