apache / camel-quarkus

Apache Camel Quarkus
https://camel.apache.org
Apache License 2.0
252 stars 186 forks source link

Micrometer: version conflict of org.mvnpm.at.lit-labs:ssr-dom-shim #5636

Closed JiriOndrusek closed 5 months ago

JiriOndrusek commented 7 months ago

Bug description

Build of micrometer-deployment fails with:

[INFO] --- enforcer:3.0.0-M3:enforce (camel-quarkus-enforcer-rules) @ camel-quarkus-micrometer-deployment ---
[WARNING] 
Dependency convergence error for org.mvnpm.at.lit-labs:ssr-dom-shim:1.1.1 paths to dependency are:
+-org.apache.camel.quarkus:camel-quarkus-micrometer-deployment:3.7.0-SNAPSHOT
  +-io.quarkus:quarkus-micrometer-deployment:3.6.4
    +-io.quarkus:quarkus-vertx-http-deployment:3.6.4
      +-io.quarkus:quarkus-vertx-http-dev-ui-resources:3.6.4
        +-org.mvnpm.at.lit:reactive-element:1.6.3
          +-org.mvnpm.at.lit-labs:ssr-dom-shim:1.1.1
and
+-org.apache.camel.quarkus:camel-quarkus-micrometer-deployment:3.7.0-SNAPSHOT
  +-io.quarkus:quarkus-micrometer-deployment:3.6.4
    +-io.quarkus:quarkus-vertx-http-deployment:3.6.4
      +-io.quarkus:quarkus-vertx-http-dev-ui-resources:3.6.4
        +-org.mvnpm:lit-element:3.3.3
          +-org.mvnpm.at.lit-labs:ssr-dom-shim:1.1.2-pre.1
and
+-org.apache.camel.quarkus:camel-quarkus-micrometer-deployment:3.7.0-SNAPSHOT
  +-io.quarkus:quarkus-micrometer-deployment:3.6.4
    +-io.quarkus:quarkus-vertx-http-deployment:3.6.4
      +-io.quarkus:quarkus-vertx-http-dev-ui-resources:3.6.4
        +-org.mvnpm.at.lit-labs:ssr-dom-shim:1.1.1

Quick workaround, which should be reverted, is forced higher version in the cq BOM.

jamesnetherton commented 5 months ago

This got resolved in Quarkus.