You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/12/01 15:49:24 UTC

[I] Dependency convergence check error `org.mvnpm.at.lit-labs:ssr-dom-shim` [camel-quarkus]

jamesnetherton opened a new issue, #5584:
URL: https://github.com/apache/camel-quarkus/issues/5584

   ### Bug description
   
   Probably needs to be resolved in Quarkus, but several extensions cannot be built without skipping enforcer checks on their deployment modules:
   
   * cassandra
   * cxf-soap
   * knative
   * platform-http
   * micrometer
   * microprofile-health
   * servlet
   * vertx-websocket
   
   The error cause is the same in each case. Version clash for `org.mvnpm.at.lit-labs:ssr-dom-shim`.
   
   ```
   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-vertx-websocket-deployment:3.7.0-SNAPSHOT
     +-io.quarkus:quarkus-vertx-http-deployment:3.6.0
       +-io.quarkus:quarkus-vertx-http-dev-ui-resources:3.6.0
         +-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-vertx-websocket-deployment:3.7.0-SNAPSHOT
     +-io.quarkus:quarkus-vertx-http-deployment:3.6.0
       +-io.quarkus:quarkus-vertx-http-dev-ui-resources:3.6.0
         +-org.mvnpm:lit-element:3.3.3
           +-org.mvnpm.at.lit-labs:ssr-dom-shim:1.1.2
   and
   +-org.apache.camel.quarkus:camel-quarkus-vertx-websocket-deployment:3.7.0-SNAPSHOT
     +-io.quarkus:quarkus-vertx-http-deployment:3.6.0
       +-io.quarkus:quarkus-vertx-http-dev-ui-resources:3.6.0
         +-org.mvnpm.at.lit-labs:ssr-dom-shim:1.1.1
   ``` 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Dependency convergence check error `org.mvnpm.at.lit-labs:ssr-dom-shim` [camel-quarkus]

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton commented on issue #5584:
URL: https://github.com/apache/camel-quarkus/issues/5584#issuecomment-1840402499

   Seems this is an issue with my local environment. Some how Maven 3.8.x was on the `PATH`. These errors dont occur with 3.9.x.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Dependency convergence check error `org.mvnpm.at.lit-labs:ssr-dom-shim` [camel-quarkus]

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #5584: Dependency convergence check error `org.mvnpm.at.lit-labs:ssr-dom-shim`
URL: https://github.com/apache/camel-quarkus/issues/5584


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org