From 2e8bcc38ce9c518589fe307a1340c70e07706fe4 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Wed, 10 Jul 2024 15:03:33 +0200 Subject: [PATCH] Drop some old relocations They have been here since before the current LTS so we can safely drop them. --- bom/application/pom.xml | 40 ------------------- relocations/pom.xml | 8 ---- relocations/quarkus-jaeger-deployment/pom.xml | 22 ---------- relocations/quarkus-jaeger/pom.xml | 22 ---------- .../pom.xml | 22 ---------- .../pom.xml | 22 ---------- .../pom.xml | 22 ---------- .../pom.xml | 22 ---------- .../pom.xml | 22 ---------- .../quarkus-smallrye-opentracing/pom.xml | 22 ---------- 10 files changed, 224 deletions(-) delete mode 100644 relocations/quarkus-jaeger-deployment/pom.xml delete mode 100644 relocations/quarkus-jaeger/pom.xml delete mode 100644 relocations/quarkus-opentelemetry-exporter-jaeger-deployment/pom.xml delete mode 100644 relocations/quarkus-opentelemetry-exporter-jaeger/pom.xml delete mode 100644 relocations/quarkus-opentelemetry-exporter-otlp-deployment/pom.xml delete mode 100644 relocations/quarkus-opentelemetry-exporter-otlp/pom.xml delete mode 100644 relocations/quarkus-smallrye-opentracing-deployment/pom.xml delete mode 100644 relocations/quarkus-smallrye-opentracing/pom.xml diff --git a/bom/application/pom.xml b/bom/application/pom.xml index d5befe87004f0..51679bf5247b7 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -6401,46 +6401,6 @@ - - io.quarkus - quarkus-opentelemetry-exporter-jaeger-deployment - ${project.version} - - - io.quarkus - quarkus-opentelemetry-exporter-jaeger - ${project.version} - - - io.quarkus - quarkus-opentelemetry-exporter-otlp-deployment - ${project.version} - - - io.quarkus - quarkus-opentelemetry-exporter-otlp - ${project.version} - - - io.quarkus - quarkus-jaeger - ${project.version} - - - io.quarkus - quarkus-jaeger-deployment - ${project.version} - - - io.quarkus - quarkus-smallrye-opentracing - ${project.version} - - - io.quarkus - quarkus-smallrye-opentracing-deployment - ${project.version} - io.quarkus quarkus-hibernate-search-orm-coordination-outbox-polling diff --git a/relocations/pom.xml b/relocations/pom.xml index 74c679ecd5ea4..948de8d624f7b 100644 --- a/relocations/pom.xml +++ b/relocations/pom.xml @@ -16,14 +16,6 @@ pom - quarkus-opentelemetry-exporter-jaeger - quarkus-opentelemetry-exporter-jaeger-deployment - quarkus-opentelemetry-exporter-otlp - quarkus-opentelemetry-exporter-otlp-deployment - quarkus-jaeger - quarkus-jaeger-deployment - quarkus-smallrye-opentracing - quarkus-smallrye-opentracing-deployment quarkus-hibernate-search-orm-coordination-outbox-polling quarkus-hibernate-search-orm-coordination-outbox-polling-deployment quarkus-resteasy-reactive diff --git a/relocations/quarkus-jaeger-deployment/pom.xml b/relocations/quarkus-jaeger-deployment/pom.xml deleted file mode 100644 index d914dd2d3500d..0000000000000 --- a/relocations/quarkus-jaeger-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-jaeger-deployment - - - - io.quarkiverse.jaeger - quarkus-jaeger-deployment - 1.0.0 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.jaeger:${project.artifactId}:1.0.0 and is not managed by io.quarkus.platform:quarkus-bom:${project.version} anymore. Please, update the groupId and add the corresponding version to the dependency declaration in your project configuration. For more information about this change, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.6 - - - diff --git a/relocations/quarkus-jaeger/pom.xml b/relocations/quarkus-jaeger/pom.xml deleted file mode 100644 index 5b5139e08bf92..0000000000000 --- a/relocations/quarkus-jaeger/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-jaeger - - - - io.quarkiverse.jaeger - quarkus-jaeger - 1.0.0 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.jaeger:${project.artifactId}:1.0.0 and is not managed by io.quarkus.platform:quarkus-bom:${project.version} anymore. Please, update the groupId and add the corresponding version to the dependency declaration in your project configuration. For more information about this change, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.6 - - - diff --git a/relocations/quarkus-opentelemetry-exporter-jaeger-deployment/pom.xml b/relocations/quarkus-opentelemetry-exporter-jaeger-deployment/pom.xml deleted file mode 100644 index 8912b7489c93a..0000000000000 --- a/relocations/quarkus-opentelemetry-exporter-jaeger-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-opentelemetry-exporter-jaeger-deployment - - - - io.quarkiverse.opentelemetry.exporter - quarkus-opentelemetry-exporter-jaeger-deployment - 2.0.0.Final - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.opentelemetry.exporter:${project.artifactId}:1.0.0 and is not managed by io.quarkus.platform:quarkus-bom:${project.version} anymore. Please, update the groupId and add the corresponding version to the dependency declaration in your project configuration. For more information about this change, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.14 - - - diff --git a/relocations/quarkus-opentelemetry-exporter-jaeger/pom.xml b/relocations/quarkus-opentelemetry-exporter-jaeger/pom.xml deleted file mode 100644 index f337c497e23fb..0000000000000 --- a/relocations/quarkus-opentelemetry-exporter-jaeger/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-opentelemetry-exporter-jaeger - - - - io.quarkiverse.opentelemetry.exporter - quarkus-opentelemetry-exporter-jaeger - 2.0.0.Final - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.opentelemetry.exporter:${project.artifactId}:1.0.0 and is not managed by io.quarkus.platform:quarkus-bom:${project.version} anymore. Please, update the groupId and add the corresponding version to the dependency declaration in your project configuration. For more information about this change, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.14 - - - diff --git a/relocations/quarkus-opentelemetry-exporter-otlp-deployment/pom.xml b/relocations/quarkus-opentelemetry-exporter-otlp-deployment/pom.xml deleted file mode 100644 index d2190e67daddd..0000000000000 --- a/relocations/quarkus-opentelemetry-exporter-otlp-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-opentelemetry-exporter-otlp-deployment - - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkus:${project.artifactId}:2.14.0.Final and is not managed by io.quarkus.platform:quarkus-bom:${project.version} anymore. Please, update the groupId and add the corresponding version to the dependency declaration in your project configuration. For more information about this change, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.14 - - - diff --git a/relocations/quarkus-opentelemetry-exporter-otlp/pom.xml b/relocations/quarkus-opentelemetry-exporter-otlp/pom.xml deleted file mode 100644 index 8a511b45e7440..0000000000000 --- a/relocations/quarkus-opentelemetry-exporter-otlp/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-opentelemetry-exporter-otlp - - - - io.quarkus - quarkus-opentelemetry - ${project.version} - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkus:${project.artifactId}:2.14.0.Final and is not managed by io.quarkus.platform:quarkus-bom:${project.version} anymore. Please, update the groupId and add the corresponding version to the dependency declaration in your project configuration. For more information about this change, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.14 - - - diff --git a/relocations/quarkus-smallrye-opentracing-deployment/pom.xml b/relocations/quarkus-smallrye-opentracing-deployment/pom.xml deleted file mode 100644 index 88e6dc8b0d225..0000000000000 --- a/relocations/quarkus-smallrye-opentracing-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-smallrye-opentracing-deployment - - - - io.quarkiverse.opentracing - quarkus-smallrye-opentracing-deployment - 1.0.0 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.opentracing:${project.artifactId}:1.0.0 and is not managed by io.quarkus.platform:quarkus-bom:${project.version} anymore. Please, update the groupId and add the corresponding version to the dependency declaration in your project configuration. For more information about this change, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.6 - - - diff --git a/relocations/quarkus-smallrye-opentracing/pom.xml b/relocations/quarkus-smallrye-opentracing/pom.xml deleted file mode 100644 index 442b37e3ad562..0000000000000 --- a/relocations/quarkus-smallrye-opentracing/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-smallrye-opentracing - - - - io.quarkiverse.opentracing - quarkus-smallrye-opentracing - 1.0.0 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.opentracing:${project.artifactId}:1.0.0 and is not managed by io.quarkus.platform:quarkus-bom:${project.version} anymore. Please, update the groupId and add the corresponding version to the dependency declaration in your project configuration. For more information about this change, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.6 - - -