Skip to content

Commit

Permalink
Remove a couple unused dependency declaration (#9376)
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy authored Aug 19, 2024
1 parent 6ed7ceb commit d88d3b3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -78,17 +77,13 @@ 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" }
jakarta-servlet-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
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" }
Expand Down Expand Up @@ -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" }
Expand Down Expand Up @@ -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" }
Expand Down

0 comments on commit d88d3b3

Please sign in to comment.