diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cd33b39706b..929d93252b8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,6 @@ nessieClientVersion = "0.77.1" # Must be in sync with Nessie version in the Iceb netty = "4.1.112.Final" opentelemetry = "1.41.0" opentelemetryAlpha = "1.31.0-alpha" -opentracing = "0.33.0" picocli = "4.7.6" protobuf = "4.27.3" quarkusPlatform = "3.13.2" @@ -78,9 +77,6 @@ immutables-builder = { module = "org.immutables:builder", version.ref = "immutab immutables-value-annotations = { module = "org.immutables:value-annotations", version.ref = "immutables" } immutables-value-processor = { module = "org.immutables:value-processor", version.ref = "immutables" } jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.17.2" } -jacoco-ant = { module = "org.jacoco:org.jacoco.ant", version.ref = "jacoco" } -jacoco-report = { module = "org.jacoco:org.jacoco.report", version.ref = "jacoco" } -jacoco-maven-plugin = { module = "org.jacoco:jacoco-maven-plugin", version.ref = "jacoco" } jakarta-annotation-api = { module = "jakarta.annotation:jakarta.annotation-api", version = "3.0.0" } jakarta-enterprise-cdi-api = { module = "jakarta.enterprise:jakarta.enterprise.cdi-api", version = "4.1.0" } jakarta-inject-api = { module = "jakarta.inject:jakarta.inject-api", version = "2.0.1" } @@ -88,7 +84,6 @@ jakarta-servlet-api = { module = "jakarta.servlet:jakarta.servlet-api", version jakarta-validation-api = { module = "jakarta.validation:jakarta.validation-api", version = "3.1.0" } jakarta-ws-rs-api = { module = "jakarta.ws.rs:jakarta.ws.rs-api", version = "4.0.0" } jandex = { module = "org.jboss:jandex", version.ref = "jandex" } -javax-annotation-api = { module = "javax.annotation:javax.annotation-api", version = "1.3.2" } javax-validation-api = { module = "javax.validation:validation-api", version = "2.0.1.Final"} javax-ws-rs = { module = "javax.ws.rs:javax.ws.rs-api", version = "2.1.1" } jaxb-impl = { module = "com.sun.xml.bind:jaxb-impl", version = "4.0.5" } @@ -119,10 +114,6 @@ okhttp3 = { module = "com.squareup.okhttp3:okhttp", version = "4.12.0" } opentelemetry-bom = { module = "io.opentelemetry:opentelemetry-bom", version.ref = "opentelemetry" } opentelemetry-bom-alpha = { module = "io.opentelemetry:opentelemetry-bom-alpha", version.ref = "opentelemetryAlpha" } opentelemetry-instrumentation-bom-alpha = { module = "io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha", version.ref = "opentelemetryAlpha" } -opentracing-api = { module = "io.opentracing:opentracing-api", version.ref = "opentracing" } -opentracing-mock = { module = "io.opentracing:opentracing-mock", version.ref = "opentracing" } -opentracing-util = { module = "io.opentracing:opentracing-util", version.ref = "opentracing" } -parquet-column = { module = "org.apache.parquet:parquet-column", version = "1.14.1" } picocli = { module = "info.picocli:picocli-codegen", version.ref = "picocli" } picocli-codegen = { module = "info.picocli:picocli-codegen", version.ref = "picocli" } postgresql = { module = "org.postgresql:postgresql", version = "42.7.3" } @@ -155,13 +146,11 @@ trino-client = { module = "io.trino:trino-client", version = "454" } undertow-core = { module = "io.undertow:undertow-core", version.ref = "undertow" } undertow-servlet = { module = "io.undertow:undertow-servlet", version.ref = "undertow" } vertx-core = { module = "io.vertx:vertx-core", version = "4.5.9" } -weld-se-core = { module = "org.jboss.weld.se:weld-se-core", version = "5.1.2.Final" } wiremock = { module = "com.github.tomakehurst:wiremock-jre8-standalone", version = "3.0.1" } zstd-jni = { module = "com.github.luben:zstd-jni", version = "1.5.6-4" } [plugins] annotations-stripper = { id = "org.projectnessie.annotation-stripper", version = "0.1.2" } -errorprone = { id = "net.ltgt.errorprone", version = "4.0.1" } gatling = { id = "io.gatling.gradle", version = "3.11.5.2" } jmh = { id = "me.champeau.jmh", version = "0.7.2" } nessie-run = { id = "org.projectnessie", version = "0.32.2" }