diennea / carapaceproxy

A Distributed Java Reverse Proxy
Apache License 2.0
24 stars 8 forks source link

Non-converging dependencies #476

Open NiccoMlt opened 3 months ago

NiccoMlt commented 3 months ago

I tried to run Apache Maven Enforcer plugin against the project because I saw some minor inconsistencies over dependencies versions, and the server a mess!

❯ mvn enforcer:enforce -Denforcer.rules=dependencyConvergence,banDuplicatePomDependencyVersions
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------< org.carapaceproxy:carapace-server >------------------
[INFO] Building Carapace :: Server 1.11.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (default-cli) @ carapace-server ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.043 s
[INFO] Finished at: 2024-06-06T11:20:44+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce (default-cli) on project carapace-server: 
[ERROR] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence failed with message:
[ERROR] Failed while enforcing releasability.
[ERROR] 
[ERROR] Dependency convergence error for org.checkerframework:checker-qual:jar:3.19.0 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-com.github.ben-manes.caffeine:caffeine:jar:3.0.5:compile
[ERROR]     +-org.checkerframework:checker-qual:jar:3.19.0:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.calcite:calcite-linq4j:jar:1.32.0:compile
[ERROR]         +-org.checkerframework:checker-qual:jar:3.12.0:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.calcite:calcite-core:jar:1.32.0:compile
[ERROR]         +-org.checkerframework:checker-qual:jar:3.12.0:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for com.google.protobuf:protobuf-java:jar:3.14.0 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.apache.bookkeeper:bookkeeper-proto:jar:4.14.3:compile
[ERROR]           +-com.google.protobuf:protobuf-java:jar:3.14.0:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.calcite:calcite-linq4j:jar:1.32.0:compile
[ERROR]         +-org.apache.calcite.avatica:avatica-core:jar:1.22.0:compile
[ERROR]           +-com.google.protobuf:protobuf-java:jar:3.17.1:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for com.google.guava:guava:jar:27.0.1-jre paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.apache.curator:curator-recipes:jar:5.2.0:compile
[ERROR]     +-org.apache.curator:curator-framework:jar:5.2.0:compile
[ERROR]       +-org.apache.curator:curator-client:jar:5.2.0:compile
[ERROR]         +-com.google.guava:guava:jar:27.0.1-jre:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.apache.bookkeeper.stats:prometheus-metrics-provider:jar:4.14.4:compile
[ERROR]     +-com.google.guava:guava:jar:30.0-jre:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-com.google.guava:guava:jar:31.0.1-jre:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.apache.bookkeeper:bookkeeper-common:jar:4.14.3:compile
[ERROR]           +-org.apache.bookkeeper:cpu-affinity:jar:4.14.3:compile
[ERROR]             +-com.google.guava:guava:jar:30.0-jre:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.apache.bookkeeper:bookkeeper-common:jar:4.14.3:compile
[ERROR]           +-com.google.guava:guava:jar:30.0-jre:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.apache.bookkeeper:circe-checksum:jar:4.14.3:compile
[ERROR]           +-com.google.guava:guava:jar:30.0-jre:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.calcite:calcite-linq4j:jar:1.32.0:compile
[ERROR]         +-com.google.guava:guava:jar:31.1-jre:runtime
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.calcite:calcite-core:jar:1.32.0:compile
[ERROR]         +-com.google.guava:guava:jar:31.1-jre:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.calcite:calcite-core:jar:1.32.0:compile
[ERROR]         +-com.google.uzaygezen:uzaygezen-core:jar:0.2:runtime
[ERROR]           +-com.google.guava:guava:jar:14.0-rc1:runtime
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-com.google.guava:guava:jar:31.1-jre:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for io.prometheus:simpleclient_common:jar:0.14.1 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-io.prometheus:simpleclient_servlet:jar:0.14.1:compile
[ERROR]     +-io.prometheus:simpleclient_common:jar:0.14.1:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-io.prometheus:simpleclient_servlet:jar:0.14.1:compile
[ERROR]     +-io.prometheus:simpleclient_servlet_common:jar:0.14.1:compile
[ERROR]       +-io.prometheus:simpleclient_common:jar:0.14.1:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-io.micrometer:micrometer-registry-prometheus:jar:1.11.0:compile
[ERROR]     +-io.prometheus:simpleclient_common:jar:0.16.0:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for org.apache.bookkeeper.stats:bookkeeper-stats-api:jar:4.14.4 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.apache.bookkeeper.stats:prometheus-metrics-provider:jar:4.14.4:compile
[ERROR]     +-org.apache.bookkeeper.stats:bookkeeper-stats-api:jar:4.14.4:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.herddb:herddb-net:jar:0.26.1:compile
[ERROR]         +-org.apache.bookkeeper.stats:bookkeeper-stats-api:jar:4.14.3:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper.stats:bookkeeper-stats-api:jar:4.14.3:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.apache.bookkeeper:bookkeeper-common:jar:4.14.3:compile
[ERROR]           +-org.apache.bookkeeper.stats:bookkeeper-stats-api:jar:4.14.3:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for org.apache.zookeeper:zookeeper-jute:jar:3.7.0 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.apache.zookeeper:zookeeper:jar:3.7.0:compile
[ERROR]     +-org.apache.zookeeper:zookeeper-jute:jar:3.7.0:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.zookeeper:zookeeper-jute:jar:3.8.0:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for org.apache.commons:commons-lang3:jar:3.6 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.apache.bookkeeper:bookkeeper-common:jar:4.14.3:compile
[ERROR]           +-org.apache.bookkeeper:cpu-affinity:jar:4.14.3:compile
[ERROR]             +-org.apache.commons:commons-lang3:jar:3.6:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.apache.commons:commons-lang3:jar:3.6:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.calcite:calcite-core:jar:1.32.0:compile
[ERROR]         +-com.google.uzaygezen:uzaygezen-core:jar:0.2:runtime
[ERROR]           +-org.apache.commons:commons-lang3:jar:3.1:runtime
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.calcite:calcite-core:jar:1.32.0:compile
[ERROR]         +-org.apache.commons:commons-lang3:jar:3.8:runtime
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.apache.commons:commons-lang3:jar:3.12.0:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for com.fasterxml.jackson.core:jackson-core:jar:2.14.1 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.herddb:herddb-net:jar:0.26.1:compile
[ERROR]         +-com.fasterxml.jackson.core:jackson-core:jar:2.14.1:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.apache.bookkeeper:bookkeeper-common:jar:4.14.3:compile
[ERROR]           +-com.fasterxml.jackson.core:jackson-core:jar:2.11.0:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.apache.bookkeeper.http:http-server:jar:4.14.3:compile
[ERROR]           +-com.fasterxml.jackson.core:jackson-core:jar:2.11.0:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.calcite:calcite-linq4j:jar:1.32.0:compile
[ERROR]         +-org.apache.calcite.avatica:avatica-core:jar:1.22.0:compile
[ERROR]           +-com.fasterxml.jackson.core:jackson-core:jar:2.10.0:runtime
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.35:runtime
[ERROR]     +-com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.12.2:runtime
[ERROR]       +-com.fasterxml.jackson.core:jackson-core:jar:2.12.2:runtime
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-com.fasterxml.jackson.core:jackson-core:jar:2.13.1:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for org.slf4j:slf4j-api:jar:1.7.21 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.shredzone.acme4j:acme4j-client:jar:2.12:compile
[ERROR]     +-org.bitbucket.b_c:jose4j:jar:0.7.8:compile
[ERROR]       +-org.slf4j:slf4j-api:jar:1.7.21:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.shredzone.acme4j:acme4j-client:jar:2.12:compile
[ERROR]     +-org.slf4j:slf4j-api:jar:1.7.31:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.shredzone.acme4j:acme4j-utils:jar:2.12:compile
[ERROR]     +-org.slf4j:slf4j-api:jar:1.7.31:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-software.amazon.awssdk:route53:jar:2.17.113:compile
[ERROR]     +-software.amazon.awssdk:sdk-core:jar:2.17.113:compile
[ERROR]       +-org.slf4j:slf4j-api:jar:1.7.30:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-software.amazon.awssdk:route53:jar:2.17.113:compile
[ERROR]     +-software.amazon.awssdk:regions:jar:2.17.113:compile
[ERROR]       +-org.slf4j:slf4j-api:jar:1.7.30:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-software.amazon.awssdk:route53:jar:2.17.113:compile
[ERROR]     +-software.amazon.awssdk:utils:jar:2.17.113:compile
[ERROR]       +-org.slf4j:slf4j-api:jar:1.7.30:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-software.amazon.awssdk:route53:jar:2.17.113:compile
[ERROR]     +-software.amazon.awssdk:netty-nio-client:jar:2.17.113:runtime
[ERROR]       +-org.slf4j:slf4j-api:jar:1.7.30:runtime
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.apache.zookeeper:zookeeper:jar:3.7.0:compile
[ERROR]     +-org.slf4j:slf4j-api:jar:1.7.30:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.apache.curator:curator-recipes:jar:5.2.0:compile
[ERROR]     +-org.apache.curator:curator-framework:jar:5.2.0:compile
[ERROR]       +-org.apache.curator:curator-client:jar:5.2.0:compile
[ERROR]         +-org.slf4j:slf4j-api:jar:1.7.25:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.apache.bookkeeper.stats:prometheus-metrics-provider:jar:4.14.4:compile
[ERROR]     +-org.apache.bookkeeper.stats:bookkeeper-stats-api:jar:4.14.4:compile
[ERROR]       +-org.slf4j:slf4j-api:jar:1.7.32:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.apache.bookkeeper.stats:prometheus-metrics-provider:jar:4.14.4:compile
[ERROR]     +-org.slf4j:slf4j-api:jar:1.7.32:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.slf4j:slf4j-api:jar:2.0.4:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.apache.bookkeeper:bookkeeper-common:jar:4.14.3:compile
[ERROR]           +-org.apache.bookkeeper:cpu-affinity:jar:4.14.3:compile
[ERROR]             +-org.slf4j:slf4j-api:jar:1.7.32:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.apache.bookkeeper:bookkeeper-common:jar:4.14.3:compile
[ERROR]           +-org.slf4j:slf4j-api:jar:1.7.32:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.apache.bookkeeper:bookkeeper-common-allocator:jar:4.14.3:compile
[ERROR]           +-org.slf4j:slf4j-api:jar:1.7.32:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.apache.bookkeeper:bookkeeper-proto:jar:4.14.3:compile
[ERROR]           +-org.slf4j:slf4j-api:jar:1.7.32:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.apache.bookkeeper:bookkeeper-tools-framework:jar:4.14.3:compile
[ERROR]           +-org.slf4j:slf4j-api:jar:1.7.32:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.apache.bookkeeper.http:http-server:jar:4.14.3:compile
[ERROR]           +-org.slf4j:slf4j-api:jar:1.7.32:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.apache.bookkeeper:circe-checksum:jar:4.14.3:compile
[ERROR]           +-org.slf4j:slf4j-api:jar:1.7.32:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.slf4j:slf4j-api:jar:1.7.32:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.calcite:calcite-linq4j:jar:1.32.0:compile
[ERROR]         +-org.apache.calcite.avatica:avatica-core:jar:1.22.0:compile
[ERROR]           +-org.apache.calcite.avatica:avatica-metrics:jar:1.22.0:compile
[ERROR]             +-org.slf4j:slf4j-api:jar:1.7.25:runtime
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.calcite:calcite-linq4j:jar:1.32.0:compile
[ERROR]         +-org.apache.calcite.avatica:avatica-core:jar:1.22.0:compile
[ERROR]           +-org.apache.httpcomponents.client5:httpclient5:jar:5.1.3:runtime
[ERROR]             +-org.slf4j:slf4j-api:jar:1.7.25:runtime
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.calcite:calcite-linq4j:jar:1.32.0:compile
[ERROR]         +-org.apache.calcite.avatica:avatica-core:jar:1.22.0:compile
[ERROR]           +-org.slf4j:slf4j-api:jar:1.7.25:runtime
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.calcite:calcite-core:jar:1.32.0:compile
[ERROR]         +-org.slf4j:slf4j-api:jar:1.7.33:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.slf4j:slf4j-api:jar:1.7.33:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.slf4j:slf4j-jdk14:jar:1.7.33:runtime
[ERROR]     +-org.slf4j:slf4j-api:jar:1.7.33:runtime
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for commons-codec:commons-codec:jar:1.11 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-software.amazon.awssdk:route53:jar:2.17.113:compile
[ERROR]     +-software.amazon.awssdk:apache-client:jar:2.17.113:runtime
[ERROR]       +-org.apache.httpcomponents:httpclient:jar:4.5.13:compile
[ERROR]         +-commons-codec:commons-codec:jar:1.11:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-commons-codec:commons-codec:jar:1.6:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.calcite:calcite-linq4j:jar:1.32.0:compile
[ERROR]         +-org.apache.calcite.avatica:avatica-core:jar:1.22.0:compile
[ERROR]           +-org.apache.httpcomponents.client5:httpclient5:jar:5.1.3:runtime
[ERROR]             +-commons-codec:commons-codec:jar:1.15:runtime
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.calcite:calcite-core:jar:1.32.0:compile
[ERROR]         +-commons-codec:commons-codec:jar:1.13:runtime
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for io.prometheus:simpleclient_servlet:jar:0.14.1 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-io.prometheus:simpleclient_servlet:jar:0.14.1:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.apache.bookkeeper.stats:prometheus-metrics-provider:jar:4.14.4:compile
[ERROR]     +-io.prometheus:simpleclient_servlet:jar:0.8.1:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for com.google.errorprone:error_prone_annotations:jar:2.10.0 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-com.github.ben-manes.caffeine:caffeine:jar:3.0.5:compile
[ERROR]     +-com.google.errorprone:error_prone_annotations:jar:2.10.0:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.calcite:calcite-core:jar:1.32.0:compile
[ERROR]         +-com.google.errorprone:error_prone_annotations:jar:2.11.0:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for commons-logging:commons-logging:jar:1.2 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-software.amazon.awssdk:route53:jar:2.17.113:compile
[ERROR]     +-software.amazon.awssdk:apache-client:jar:2.17.113:runtime
[ERROR]       +-org.apache.httpcomponents:httpclient:jar:4.5.13:compile
[ERROR]         +-commons-logging:commons-logging:jar:1.2:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.apache.bookkeeper.stats:prometheus-metrics-provider:jar:4.14.4:compile
[ERROR]     +-commons-configuration:commons-configuration:jar:1.10:compile
[ERROR]       +-commons-logging:commons-logging:jar:1.1.1:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-commons-logging:commons-logging:jar:1.2:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.herddb:herddb-net:jar:0.26.1:compile
[ERROR]         +-com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.apache.bookkeeper:bookkeeper-common:jar:4.14.3:compile
[ERROR]           +-com.fasterxml.jackson.core:jackson-annotations:jar:2.11.0:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.apache.bookkeeper.http:http-server:jar:4.14.3:compile
[ERROR]           +-com.fasterxml.jackson.core:jackson-annotations:jar:2.11.0:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.calcite:calcite-linq4j:jar:1.32.0:compile
[ERROR]         +-org.apache.calcite.avatica:avatica-core:jar:1.22.0:compile
[ERROR]           +-com.fasterxml.jackson.core:jackson-annotations:jar:2.10.0:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.35:runtime
[ERROR]     +-com.fasterxml.jackson.core:jackson-annotations:jar:2.12.2:runtime
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.35:runtime
[ERROR]     +-com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.12.2:runtime
[ERROR]       +-com.fasterxml.jackson.core:jackson-annotations:jar:2.12.2:runtime
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-com.fasterxml.jackson.core:jackson-annotations:jar:2.13.1:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for commons-io:commons-io:jar:2.7 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-commons-io:commons-io:jar:2.7:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.calcite:calcite-core:jar:1.32.0:compile
[ERROR]         +-commons-io:commons-io:jar:2.11.0:runtime
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-commons-io:commons-io:jar:2.11.0:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for org.apache.zookeeper:zookeeper:jar:3.7.0 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.apache.zookeeper:zookeeper:jar:3.7.0:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.apache.curator:curator-recipes:jar:5.2.0:compile
[ERROR]     +-org.apache.curator:curator-framework:jar:5.2.0:compile
[ERROR]       +-org.apache.curator:curator-client:jar:5.2.0:compile
[ERROR]         +-org.apache.zookeeper:zookeeper:jar:3.6.3:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.zookeeper:zookeeper:jar:3.8.0:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for io.prometheus:simpleclient:jar:0.14.1 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-io.prometheus:simpleclient:jar:0.14.1:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-io.prometheus:simpleclient_hotspot:jar:0.14.1:compile
[ERROR]     +-io.prometheus:simpleclient:jar:0.14.1:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-io.prometheus:simpleclient_servlet:jar:0.14.1:compile
[ERROR]     +-io.prometheus:simpleclient:jar:0.14.1:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-io.prometheus:simpleclient_servlet:jar:0.14.1:compile
[ERROR]     +-io.prometheus:simpleclient_common:jar:0.14.1:compile
[ERROR]       +-io.prometheus:simpleclient:jar:0.14.1:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-io.prometheus:simpleclient_servlet:jar:0.14.1:compile
[ERROR]     +-io.prometheus:simpleclient_servlet_common:jar:0.14.1:compile
[ERROR]       +-io.prometheus:simpleclient:jar:0.14.1:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.apache.bookkeeper.stats:prometheus-metrics-provider:jar:4.14.4:compile
[ERROR]     +-io.prometheus:simpleclient:jar:0.8.1:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for org.eclipse.jetty:jetty-server:jar:9.4.44.v20210927 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.eclipse.jetty:jetty-server:jar:9.4.44.v20210927:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.glassfish.jersey.containers:jersey-container-jetty-http:jar:2.35:compile
[ERROR]     +-org.eclipse.jetty:jetty-server:jar:9.4.42.v20210604:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for org.eclipse.jetty:jetty-servlet:jar:9.4.43.v20210629 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.apache.bookkeeper.stats:prometheus-metrics-provider:jar:4.14.4:compile
[ERROR]     +-org.eclipse.jetty:jetty-servlet:jar:9.4.43.v20210629:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.eclipse.jetty:jetty-webapp:jar:9.4.44.v20210927:compile
[ERROR]     +-org.eclipse.jetty:jetty-servlet:jar:9.4.44.v20210927:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.eclipse.jetty:jetty-servlet:jar:9.4.44.v20210927:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.herddb:herddb-net:jar:0.26.1:compile
[ERROR]         +-com.fasterxml.jackson.core:jackson-databind:jar:2.14.1:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.apache.bookkeeper:bookkeeper-common:jar:4.14.3:compile
[ERROR]           +-com.fasterxml.jackson.core:jackson-databind:jar:2.11.0:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.bookkeeper:bookkeeper-server:jar:4.14.3:compile
[ERROR]         +-org.apache.bookkeeper.http:http-server:jar:4.14.3:compile
[ERROR]           +-com.fasterxml.jackson.core:jackson-databind:jar:2.11.0:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.herddb:herddb-jdbc:jar:0.26.1:compile
[ERROR]     +-org.herddb:herddb-core:jar:0.26.1:compile
[ERROR]       +-org.apache.calcite:calcite-linq4j:jar:1.32.0:compile
[ERROR]         +-org.apache.calcite.avatica:avatica-core:jar:1.22.0:compile
[ERROR]           +-com.fasterxml.jackson.core:jackson-databind:jar:2.10.0:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.35:runtime
[ERROR]     +-com.fasterxml.jackson.core:jackson-databind:jar:2.12.2:runtime
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.35:runtime
[ERROR]     +-com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.12.2:runtime
[ERROR]       +-com.fasterxml.jackson.core:jackson-databind:jar:2.12.2:runtime
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-com.fasterxml.jackson.core:jackson-databind:jar:2.13.1:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for io.prometheus:simpleclient_hotspot:jar:0.14.1 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-io.prometheus:simpleclient_hotspot:jar:0.14.1:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.apache.bookkeeper.stats:prometheus-metrics-provider:jar:4.14.4:compile
[ERROR]     +-io.prometheus:simpleclient_hotspot:jar:0.8.1:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.35:runtime
[ERROR]     +-com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.12.2:runtime
[ERROR]       +-jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.glassfish.jaxb:jaxb-runtime:jar:3.0.2:compile
[ERROR]     +-org.glassfish.jaxb:jaxb-core:jar:3.0.2:compile
[ERROR]       +-jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for org.eclipse.jetty:jetty-util:jar:9.4.44.v20210927 paths to dependency are:
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.eclipse.jetty:jetty-server:jar:9.4.44.v20210927:compile
[ERROR]     +-org.eclipse.jetty:jetty-http:jar:9.4.44.v20210927:compile
[ERROR]       +-org.eclipse.jetty:jetty-util:jar:9.4.44.v20210927:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.eclipse.jetty:jetty-server:jar:9.4.44.v20210927:compile
[ERROR]     +-org.eclipse.jetty:jetty-io:jar:9.4.44.v20210927:compile
[ERROR]       +-org.eclipse.jetty:jetty-util:jar:9.4.44.v20210927:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.eclipse.jetty:jetty-webapp:jar:9.4.44.v20210927:compile
[ERROR]     +-org.eclipse.jetty:jetty-xml:jar:9.4.44.v20210927:compile
[ERROR]       +-org.eclipse.jetty:jetty-util:jar:9.4.44.v20210927:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.eclipse.jetty:jetty-util:jar:9.4.44.v20210927:compile
[ERROR] and
[ERROR] +-org.carapaceproxy:carapace-server:jar:1.11.0-SNAPSHOT
[ERROR]   +-org.glassfish.jersey.containers:jersey-container-jetty-http:jar:2.35:compile
[ERROR]     +-org.eclipse.jetty:jetty-util:jar:9.4.42.v20210604:compile
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

luckily, UI is apparently fine:

❯ mvn enforcer:enforce -Denforcer.rules=dependencyConvergence,banDuplicatePomDependencyVersions
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------< org.carapaceproxy:carapace-ui >--------------------
[INFO] Building Carapace :: UI 1.11.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (default-cli) @ carapace-ui ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.247 s
[INFO] Finished at: 2024-06-06T11:21:13+02:00
[INFO] ------------------------------------------------------------------------

I think we should give it a look!

NiccoMlt commented 1 month ago

Here's a summary of the conflicts:

  1. org.checkerframework:checker-qual: 3.19.0, 3.12.0
  2. com.google.protobuf:protobuf-java: 3.14.0, 3.17.1
  3. com.google.guava:guava: 27.0.1-jre, 30.0-jre, 31.0.1-jre, 31.1-jre, 14.0-rc1
  4. org.apache.zookeeper:zookeeper-jute: 3.7.0, 3.8.0
  5. org.apache.commons:commons-lang3: 3.6, 3.1, 3.8, 3.12.0
  6. com.fasterxml.jackson.core:jackson-core: 2.14.1, 2.11.0, 2.10.0, 2.12.2, 2.13.1
  7. org.slf4j:slf4j-api: 1.7.21, 1.7.30, 1.7.25, 1.7.32, 2.0.4, 1.7.33
  8. commons-codec:commons-codec: 1.11, 1.6, 1.15, 1.13
  9. io.prometheus:simpleclient_servlet: 0.14.1, 0.8.1
  10. org.eclipse.jetty:jetty-server: 9.4.44.v20210927, 9.4.42.v20210604
  11. org.eclipse.jetty:jetty-servlet: 9.4.43.v20210629, 9.4.44.v20210927
  12. com.fasterxml.jackson.core:jackson-databind: 2.14.1, 2.11.0, 2.10.0, 2.12.2, 2.13.1
  13. io.prometheus:simpleclient_hotspot: 0.14.1, 0.8.1
  14. jakarta.xml.bind:jakarta.xml.bind-api: 2.3.2, 3.0.1