From fa362811f82ff02321d79adf98465b26f4a18e60 Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Fri, 10 Feb 2023 10:55:06 -0300 Subject: [PATCH] Remove outdated relocations - Fixes #31070 --- relocations/pom.xml | 46 ------------------- .../quarkus-amazon-alexa-deployment/pom.xml | 22 --------- relocations/quarkus-amazon-alexa/pom.xml | 22 --------- .../pom.xml | 22 --------- relocations/quarkus-amazon-dynamodb/pom.xml | 22 --------- .../quarkus-amazon-iam-deployment/pom.xml | 22 --------- relocations/quarkus-amazon-iam/pom.xml | 22 --------- .../quarkus-amazon-kms-deployment/pom.xml | 22 --------- relocations/quarkus-amazon-kms/pom.xml | 22 --------- .../quarkus-amazon-s3-deployment/pom.xml | 22 --------- relocations/quarkus-amazon-s3/pom.xml | 22 --------- .../pom.xml | 22 --------- .../quarkus-amazon-secretsmanager/pom.xml | 22 --------- .../quarkus-amazon-ses-deployment/pom.xml | 22 --------- relocations/quarkus-amazon-ses/pom.xml | 22 --------- .../quarkus-amazon-sns-deployment/pom.xml | 22 --------- relocations/quarkus-amazon-sns/pom.xml | 22 --------- .../quarkus-amazon-sqs-deployment/pom.xml | 22 --------- relocations/quarkus-amazon-sqs/pom.xml | 22 --------- .../quarkus-amazon-ssm-deployment/pom.xml | 22 --------- relocations/quarkus-amazon-ssm/pom.xml | 22 --------- .../quarkus-artemis-core-deployment/pom.xml | 22 --------- relocations/quarkus-artemis-core/pom.xml | 22 --------- .../quarkus-artemis-jms-deployment/pom.xml | 22 --------- relocations/quarkus-artemis-jms/pom.xml | 22 --------- .../quarkus-consul-config-deployment/pom.xml | 22 --------- relocations/quarkus-consul-config/pom.xml | 22 --------- .../pom.xml | 22 --------- .../pom.xml | 22 --------- relocations/quarkus-jgit-deployment/pom.xml | 22 --------- relocations/quarkus-jgit/pom.xml | 22 --------- relocations/quarkus-jsch-deployment/pom.xml | 22 --------- relocations/quarkus-jsch/pom.xml | 22 --------- .../quarkus-logging-sentry-deployment/pom.xml | 22 --------- relocations/quarkus-logging-sentry/pom.xml | 22 --------- relocations/quarkus-neo4j-deployment/pom.xml | 22 --------- relocations/quarkus-neo4j/pom.xml | 22 --------- .../pom.xml | 22 --------- .../quarkus-reactive-messaging-http/pom.xml | 22 --------- relocations/quarkus-test-artemis/pom.xml | 22 --------- relocations/quarkus-test-vault/pom.xml | 22 --------- relocations/quarkus-tika-deployment/pom.xml | 22 --------- relocations/quarkus-tika/pom.xml | 22 --------- relocations/quarkus-vault-deployment/pom.xml | 22 --------- relocations/quarkus-vault/pom.xml | 22 --------- .../quarkus-vertx-web-deployment/pom.xml | 20 -------- relocations/quarkus-vertx-web/pom.xml | 20 -------- 47 files changed, 1054 deletions(-) delete mode 100644 relocations/quarkus-amazon-alexa-deployment/pom.xml delete mode 100644 relocations/quarkus-amazon-alexa/pom.xml delete mode 100644 relocations/quarkus-amazon-dynamodb-deployment/pom.xml delete mode 100644 relocations/quarkus-amazon-dynamodb/pom.xml delete mode 100644 relocations/quarkus-amazon-iam-deployment/pom.xml delete mode 100644 relocations/quarkus-amazon-iam/pom.xml delete mode 100644 relocations/quarkus-amazon-kms-deployment/pom.xml delete mode 100644 relocations/quarkus-amazon-kms/pom.xml delete mode 100644 relocations/quarkus-amazon-s3-deployment/pom.xml delete mode 100644 relocations/quarkus-amazon-s3/pom.xml delete mode 100644 relocations/quarkus-amazon-secretsmanager-deployment/pom.xml delete mode 100644 relocations/quarkus-amazon-secretsmanager/pom.xml delete mode 100644 relocations/quarkus-amazon-ses-deployment/pom.xml delete mode 100644 relocations/quarkus-amazon-ses/pom.xml delete mode 100644 relocations/quarkus-amazon-sns-deployment/pom.xml delete mode 100644 relocations/quarkus-amazon-sns/pom.xml delete mode 100644 relocations/quarkus-amazon-sqs-deployment/pom.xml delete mode 100644 relocations/quarkus-amazon-sqs/pom.xml delete mode 100644 relocations/quarkus-amazon-ssm-deployment/pom.xml delete mode 100644 relocations/quarkus-amazon-ssm/pom.xml delete mode 100644 relocations/quarkus-artemis-core-deployment/pom.xml delete mode 100644 relocations/quarkus-artemis-core/pom.xml delete mode 100644 relocations/quarkus-artemis-jms-deployment/pom.xml delete mode 100644 relocations/quarkus-artemis-jms/pom.xml delete mode 100644 relocations/quarkus-consul-config-deployment/pom.xml delete mode 100644 relocations/quarkus-consul-config/pom.xml delete mode 100644 relocations/quarkus-hibernate-search-orm-elasticsearch-aws-deployment/pom.xml delete mode 100644 relocations/quarkus-hibernate-search-orm-elasticsearch-aws/pom.xml delete mode 100644 relocations/quarkus-jgit-deployment/pom.xml delete mode 100644 relocations/quarkus-jgit/pom.xml delete mode 100644 relocations/quarkus-jsch-deployment/pom.xml delete mode 100644 relocations/quarkus-jsch/pom.xml delete mode 100644 relocations/quarkus-logging-sentry-deployment/pom.xml delete mode 100644 relocations/quarkus-logging-sentry/pom.xml delete mode 100644 relocations/quarkus-neo4j-deployment/pom.xml delete mode 100644 relocations/quarkus-neo4j/pom.xml delete mode 100644 relocations/quarkus-reactive-messaging-http-deployment/pom.xml delete mode 100644 relocations/quarkus-reactive-messaging-http/pom.xml delete mode 100644 relocations/quarkus-test-artemis/pom.xml delete mode 100644 relocations/quarkus-test-vault/pom.xml delete mode 100644 relocations/quarkus-tika-deployment/pom.xml delete mode 100644 relocations/quarkus-tika/pom.xml delete mode 100644 relocations/quarkus-vault-deployment/pom.xml delete mode 100644 relocations/quarkus-vault/pom.xml delete mode 100644 relocations/quarkus-vertx-web-deployment/pom.xml delete mode 100644 relocations/quarkus-vertx-web/pom.xml diff --git a/relocations/pom.xml b/relocations/pom.xml index f10fe64c2df77..375e4b9fd0ce1 100644 --- a/relocations/pom.xml +++ b/relocations/pom.xml @@ -16,56 +16,10 @@ pom - quarkus-vertx-web - quarkus-vertx-web-deployment - quarkus-tika - quarkus-tika-deployment - quarkus-jgit - quarkus-jgit-deployment - quarkus-jsch - quarkus-jsch-deployment - quarkus-amazon-alexa - quarkus-amazon-alexa-deployment - quarkus-hibernate-search-orm-elasticsearch-aws - quarkus-hibernate-search-orm-elasticsearch-aws-deployment - quarkus-amazon-dynamodb - quarkus-amazon-dynamodb-deployment - quarkus-amazon-iam - quarkus-amazon-iam-deployment - quarkus-amazon-kms - quarkus-amazon-kms-deployment - quarkus-amazon-s3 - quarkus-amazon-s3-deployment - quarkus-amazon-secretsmanager - quarkus-amazon-secretsmanager-deployment - quarkus-amazon-ses - quarkus-amazon-ses-deployment - quarkus-amazon-sns - quarkus-amazon-sns-deployment - quarkus-amazon-sqs - quarkus-amazon-sqs-deployment - quarkus-amazon-ssm - quarkus-amazon-ssm-deployment - quarkus-artemis-core - quarkus-artemis-core-deployment - quarkus-artemis-jms - quarkus-artemis-jms-deployment - quarkus-test-artemis - quarkus-consul-config - quarkus-consul-config-deployment - quarkus-logging-sentry - quarkus-logging-sentry-deployment - quarkus-neo4j - quarkus-neo4j-deployment quarkus-opentelemetry-exporter-jaeger quarkus-opentelemetry-exporter-jaeger-deployment quarkus-opentelemetry-exporter-otlp quarkus-opentelemetry-exporter-otlp-deployment - quarkus-vault - quarkus-vault-deployment - quarkus-reactive-messaging-http - quarkus-reactive-messaging-http-deployment - quarkus-test-vault diff --git a/relocations/quarkus-amazon-alexa-deployment/pom.xml b/relocations/quarkus-amazon-alexa-deployment/pom.xml deleted file mode 100644 index dbdb186a51692..0000000000000 --- a/relocations/quarkus-amazon-alexa-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-amazon-alexa-deployment - - - - io.quarkiverse.amazonalexa - quarkus-amazon-alexa-deployment - 1.0.1 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.amazonalexa:${project.artifactId}:1.0.1 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.6 - - - diff --git a/relocations/quarkus-amazon-alexa/pom.xml b/relocations/quarkus-amazon-alexa/pom.xml deleted file mode 100644 index 94980b329065a..0000000000000 --- a/relocations/quarkus-amazon-alexa/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-amazon-alexa - - - - io.quarkiverse.amazonalexa - quarkus-amazon-alexa - 1.0.1 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.amazonalexa:${project.artifactId}:1.0.1 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.6 - - - diff --git a/relocations/quarkus-amazon-dynamodb-deployment/pom.xml b/relocations/quarkus-amazon-dynamodb-deployment/pom.xml deleted file mode 100644 index efc96321d7aef..0000000000000 --- a/relocations/quarkus-amazon-dynamodb-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-amazon-dynamodb-deployment - - - - io.quarkiverse.amazonservices - quarkus-amazon-dynamodb-deployment - 1.0.2 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.amazonservices:${project.artifactId} and is now managed by the io.quarkus.platform:quarkus-amazon-services-bom:${project.version}. Please, update its groupId in the dependency declaration and import io.quarkus.platform:quarkus-amazon-services-bom:${project.version} in your project configuration. For more information about this change, please, refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.6 - - - diff --git a/relocations/quarkus-amazon-dynamodb/pom.xml b/relocations/quarkus-amazon-dynamodb/pom.xml deleted file mode 100644 index be9cd3f005ae6..0000000000000 --- a/relocations/quarkus-amazon-dynamodb/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-amazon-dynamodb - - - - io.quarkiverse.amazonservices - quarkus-amazon-dynamodb - 1.0.2 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.amazonservices:${project.artifactId} and is now managed by the io.quarkus.platform:quarkus-amazon-services-bom:${project.version}. Please, update its groupId in the dependency declaration and import io.quarkus.platform:quarkus-amazon-services-bom:${project.version} in your project configuration. For more information about this change, please, refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.6 - - - diff --git a/relocations/quarkus-amazon-iam-deployment/pom.xml b/relocations/quarkus-amazon-iam-deployment/pom.xml deleted file mode 100644 index 702bd60df4f42..0000000000000 --- a/relocations/quarkus-amazon-iam-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-amazon-iam-deployment - - - - io.quarkiverse.amazonservices - quarkus-amazon-iam-deployment - 1.0.2 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.amazonservices:${project.artifactId} and is now managed by the io.quarkus.platform:quarkus-amazon-services-bom:${project.version}. Please, update its groupId in the dependency declaration and import io.quarkus.platform:quarkus-amazon-services-bom:${project.version} in your project configuration. For more information about this change, please, refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.6 - - - diff --git a/relocations/quarkus-amazon-iam/pom.xml b/relocations/quarkus-amazon-iam/pom.xml deleted file mode 100644 index de676f20e83e7..0000000000000 --- a/relocations/quarkus-amazon-iam/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-amazon-iam - - - - io.quarkiverse.amazonservices - quarkus-amazon-iam - 1.0.2 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.amazonservices:${project.artifactId} and is now managed by the io.quarkus.platform:quarkus-amazon-services-bom:${project.version}. Please, update its groupId in the dependency declaration and import io.quarkus.platform:quarkus-amazon-services-bom:${project.version} in your project configuration. For more information about this change, please, refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.6 - - - diff --git a/relocations/quarkus-amazon-kms-deployment/pom.xml b/relocations/quarkus-amazon-kms-deployment/pom.xml deleted file mode 100644 index 53bf0d238e02b..0000000000000 --- a/relocations/quarkus-amazon-kms-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-amazon-kms-deployment - - - - io.quarkiverse.amazonservices - quarkus-amazon-kms-deployment - 1.0.2 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.amazonservices:${project.artifactId} and is now managed by the io.quarkus.platform:quarkus-amazon-services-bom:${project.version}. Please, update its groupId in the dependency declaration and import io.quarkus.platform:quarkus-amazon-services-bom:${project.version} in your project configuration. For more information about this change, please, refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.6 - - - diff --git a/relocations/quarkus-amazon-kms/pom.xml b/relocations/quarkus-amazon-kms/pom.xml deleted file mode 100644 index 194e77ac927c9..0000000000000 --- a/relocations/quarkus-amazon-kms/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-amazon-kms - - - - io.quarkiverse.amazonservices - quarkus-amazon-kms - 1.0.2 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.amazonservices:${project.artifactId} and is now managed by the io.quarkus.platform:quarkus-amazon-services-bom:${project.version}. Please, update its groupId in the dependency declaration and import io.quarkus.platform:quarkus-amazon-services-bom:${project.version} in your project configuration. For more information about this change, please, refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.6 - - - diff --git a/relocations/quarkus-amazon-s3-deployment/pom.xml b/relocations/quarkus-amazon-s3-deployment/pom.xml deleted file mode 100644 index 5cb94b2d1e45c..0000000000000 --- a/relocations/quarkus-amazon-s3-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-amazon-s3-deployment - - - - io.quarkiverse.amazonservices - quarkus-amazon-s3-deployment - 1.0.2 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.amazonservices:${project.artifactId} and is now managed by the io.quarkus.platform:quarkus-amazon-services-bom:${project.version}. Please, update its groupId in the dependency declaration and import io.quarkus.platform:quarkus-amazon-services-bom:${project.version} in your project configuration. For more information about this change, please, refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.6 - - - diff --git a/relocations/quarkus-amazon-s3/pom.xml b/relocations/quarkus-amazon-s3/pom.xml deleted file mode 100644 index aa85d9ff8644f..0000000000000 --- a/relocations/quarkus-amazon-s3/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-amazon-s3 - - - - io.quarkiverse.amazonservices - quarkus-amazon-s3 - 1.0.2 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.amazonservices:${project.artifactId} and is now managed by the io.quarkus.platform:quarkus-amazon-services-bom:${project.version}. Please, update its groupId in the dependency declaration and import io.quarkus.platform:quarkus-amazon-services-bom:${project.version} in your project configuration. For more information about this change, please, refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.6 - - - diff --git a/relocations/quarkus-amazon-secretsmanager-deployment/pom.xml b/relocations/quarkus-amazon-secretsmanager-deployment/pom.xml deleted file mode 100644 index 34f408e2258ec..0000000000000 --- a/relocations/quarkus-amazon-secretsmanager-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-amazon-secretsmanager-deployment - - - - io.quarkiverse.amazonservices - quarkus-amazon-secretsmanager-deployment - 1.0.2 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.amazonservices:${project.artifactId} and is now managed by the io.quarkus.platform:quarkus-amazon-services-bom:${project.version}. Please, update its groupId in the dependency declaration and import io.quarkus.platform:quarkus-amazon-services-bom:${project.version} in your project configuration. For more information about this change, please, refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.6 - - - diff --git a/relocations/quarkus-amazon-secretsmanager/pom.xml b/relocations/quarkus-amazon-secretsmanager/pom.xml deleted file mode 100644 index 252a0a2da0442..0000000000000 --- a/relocations/quarkus-amazon-secretsmanager/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-amazon-secretsmanager - - - - io.quarkiverse.amazonservices - quarkus-amazon-secretsmanager - 1.0.2 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.amazonservices:${project.artifactId} and is now managed by the io.quarkus.platform:quarkus-amazon-services-bom:${project.version}. Please, update its groupId in the dependency declaration and import io.quarkus.platform:quarkus-amazon-services-bom:${project.version} in your project configuration. For more information about this change, please, refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.6 - - - diff --git a/relocations/quarkus-amazon-ses-deployment/pom.xml b/relocations/quarkus-amazon-ses-deployment/pom.xml deleted file mode 100644 index 66306524c8e60..0000000000000 --- a/relocations/quarkus-amazon-ses-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-amazon-ses-deployment - - - - io.quarkiverse.amazonservices - quarkus-amazon-ses-deployment - 1.0.2 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.amazonservices:${project.artifactId} and is now managed by the io.quarkus.platform:quarkus-amazon-services-bom:${project.version}. Please, update its groupId in the dependency declaration and import io.quarkus.platform:quarkus-amazon-services-bom:${project.version} in your project configuration. For more information about this change, please, refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.6 - - - diff --git a/relocations/quarkus-amazon-ses/pom.xml b/relocations/quarkus-amazon-ses/pom.xml deleted file mode 100644 index b2930f4895cc8..0000000000000 --- a/relocations/quarkus-amazon-ses/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-amazon-ses - - - - io.quarkiverse.amazonservices - quarkus-amazon-ses - 1.0.2 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.amazonservices:${project.artifactId} and is now managed by the io.quarkus.platform:quarkus-amazon-services-bom:${project.version}. Please, update its groupId in the dependency declaration and import io.quarkus.platform:quarkus-amazon-services-bom:${project.version} in your project configuration. For more information about this change, please, refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.6 - - - diff --git a/relocations/quarkus-amazon-sns-deployment/pom.xml b/relocations/quarkus-amazon-sns-deployment/pom.xml deleted file mode 100644 index 09cbfa6145670..0000000000000 --- a/relocations/quarkus-amazon-sns-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-amazon-sns-deployment - - - - io.quarkiverse.amazonservices - quarkus-amazon-sns-deployment - 1.0.2 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.amazonservices:${project.artifactId} and is now managed by the io.quarkus.platform:quarkus-amazon-services-bom:${project.version}. Please, update its groupId in the dependency declaration and import io.quarkus.platform:quarkus-amazon-services-bom:${project.version} in your project configuration. For more information about this change, please, refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.6 - - - diff --git a/relocations/quarkus-amazon-sns/pom.xml b/relocations/quarkus-amazon-sns/pom.xml deleted file mode 100644 index 6e8b3000c8ca7..0000000000000 --- a/relocations/quarkus-amazon-sns/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-amazon-sns - - - - io.quarkiverse.amazonservices - quarkus-amazon-sns - 1.0.2 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.amazonservices:${project.artifactId} and is now managed by the io.quarkus.platform:quarkus-amazon-services-bom:${project.version}. Please, update its groupId in the dependency declaration and import io.quarkus.platform:quarkus-amazon-services-bom:${project.version} in your project configuration. For more information about this change, please, refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.6 - - - diff --git a/relocations/quarkus-amazon-sqs-deployment/pom.xml b/relocations/quarkus-amazon-sqs-deployment/pom.xml deleted file mode 100644 index ab88b6af0b026..0000000000000 --- a/relocations/quarkus-amazon-sqs-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-amazon-sqs-deployment - - - - io.quarkiverse.amazonservices - quarkus-amazon-sqs-deployment - 1.0.2 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.amazonservices:${project.artifactId} and is now managed by the io.quarkus.platform:quarkus-amazon-services-bom:${project.version}. Please, update its groupId in the dependency declaration and import io.quarkus.platform:quarkus-amazon-services-bom:${project.version} in your project configuration. For more information about this change, please, refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.6 - - - diff --git a/relocations/quarkus-amazon-sqs/pom.xml b/relocations/quarkus-amazon-sqs/pom.xml deleted file mode 100644 index 2d543c88c4890..0000000000000 --- a/relocations/quarkus-amazon-sqs/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-amazon-sqs - - - - io.quarkiverse.amazonservices - quarkus-amazon-sqs - 1.0.2 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.amazonservices:${project.artifactId} and is now managed by the io.quarkus.platform:quarkus-amazon-services-bom:${project.version}. Please, update its groupId in the dependency declaration and import io.quarkus.platform:quarkus-amazon-services-bom:${project.version} in your project configuration. For more information about this change, please, refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.6 - - - diff --git a/relocations/quarkus-amazon-ssm-deployment/pom.xml b/relocations/quarkus-amazon-ssm-deployment/pom.xml deleted file mode 100644 index 16659fdad03fe..0000000000000 --- a/relocations/quarkus-amazon-ssm-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-amazon-ssm-deployment - - - - io.quarkiverse.amazonservices - quarkus-amazon-ssm-deployment - 1.0.2 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.amazonservices:${project.artifactId} and is now managed by the io.quarkus.platform:quarkus-amazon-services-bom:${project.version}. Please, update its groupId in the dependency declaration and import io.quarkus.platform:quarkus-amazon-services-bom:${project.version} in your project configuration. For more information about this change, please, refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.6 - - - diff --git a/relocations/quarkus-amazon-ssm/pom.xml b/relocations/quarkus-amazon-ssm/pom.xml deleted file mode 100644 index 6f740b7829604..0000000000000 --- a/relocations/quarkus-amazon-ssm/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-amazon-ssm - - - - io.quarkiverse.amazonservices - quarkus-amazon-ssm - 1.0.2 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.amazonservices:${project.artifactId} and is now managed by the io.quarkus.platform:quarkus-amazon-services-bom:${project.version}. Please, update its groupId in the dependency declaration and import io.quarkus.platform:quarkus-amazon-services-bom:${project.version} in your project configuration. For more information about this change, please, refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.6 - - - diff --git a/relocations/quarkus-artemis-core-deployment/pom.xml b/relocations/quarkus-artemis-core-deployment/pom.xml deleted file mode 100644 index f9f8069de6a4d..0000000000000 --- a/relocations/quarkus-artemis-core-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-artemis-core-deployment - - - - io.quarkiverse.artemis - quarkus-artemis-core-deployment - 1.0.3 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.artemis:${project.artifactId}:1.0.3 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.6 - - - diff --git a/relocations/quarkus-artemis-core/pom.xml b/relocations/quarkus-artemis-core/pom.xml deleted file mode 100644 index f69cd7eb01b94..0000000000000 --- a/relocations/quarkus-artemis-core/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-artemis-core - - - - io.quarkiverse.artemis - quarkus-artemis-core - 1.0.3 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.artemis:${project.artifactId}:1.0.3 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.6 - - - diff --git a/relocations/quarkus-artemis-jms-deployment/pom.xml b/relocations/quarkus-artemis-jms-deployment/pom.xml deleted file mode 100644 index 95e38bb4bb81b..0000000000000 --- a/relocations/quarkus-artemis-jms-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-artemis-jms-deployment - - - - io.quarkiverse.artemis - quarkus-artemis-jms-deployment - 1.0.3 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.artemis:${project.artifactId}:1.0.3 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.6 - - - diff --git a/relocations/quarkus-artemis-jms/pom.xml b/relocations/quarkus-artemis-jms/pom.xml deleted file mode 100644 index 89969032dda9e..0000000000000 --- a/relocations/quarkus-artemis-jms/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-artemis-jms - - - - io.quarkiverse.artemis - quarkus-artemis-jms - 1.0.3 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.artemis:${project.artifactId}:1.0.3 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.6 - - - diff --git a/relocations/quarkus-consul-config-deployment/pom.xml b/relocations/quarkus-consul-config-deployment/pom.xml deleted file mode 100644 index f9bd92a2fdce6..0000000000000 --- a/relocations/quarkus-consul-config-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-consul-config-deployment - - - - io.quarkiverse.config - quarkus-config-consul-deployment - 1.0.1 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.config:quarkus-config-consul. Please, update its groupId in 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.6 - - - diff --git a/relocations/quarkus-consul-config/pom.xml b/relocations/quarkus-consul-config/pom.xml deleted file mode 100644 index 9a13e816b1ce8..0000000000000 --- a/relocations/quarkus-consul-config/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-consul-config - - - - io.quarkiverse.config - quarkus-config-consul - 1.0.1 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.config:quarkus-config-consul. Please, update its groupId in 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.6 - - - diff --git a/relocations/quarkus-hibernate-search-orm-elasticsearch-aws-deployment/pom.xml b/relocations/quarkus-hibernate-search-orm-elasticsearch-aws-deployment/pom.xml deleted file mode 100644 index c33ee8cf81422..0000000000000 --- a/relocations/quarkus-hibernate-search-orm-elasticsearch-aws-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-hibernate-search-orm-elasticsearch-aws-deployment - - - - io.quarkiverse.hibernatesearchextras - quarkus-hibernate-search-orm-elasticsearch-aws-deployment - 1.0.1 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.hibernatesearchextras:${project.artifactId}:1.0.1 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.6 - - - diff --git a/relocations/quarkus-hibernate-search-orm-elasticsearch-aws/pom.xml b/relocations/quarkus-hibernate-search-orm-elasticsearch-aws/pom.xml deleted file mode 100644 index 38001243af149..0000000000000 --- a/relocations/quarkus-hibernate-search-orm-elasticsearch-aws/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-hibernate-search-orm-elasticsearch-aws - - - - io.quarkiverse.hibernatesearchextras - quarkus-hibernate-search-orm-elasticsearch-aws - 1.0.1 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.hibernatesearchextras:${project.artifactId}:1.0.1 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.6 - - - diff --git a/relocations/quarkus-jgit-deployment/pom.xml b/relocations/quarkus-jgit-deployment/pom.xml deleted file mode 100644 index 3afb4d7a90f4d..0000000000000 --- a/relocations/quarkus-jgit-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-jgit-deployment - - - - io.quarkiverse.jgit - quarkus-jgit-deployment - 1.1.0 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.jgit:${project.artifactId}:1.1.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.6 - - - diff --git a/relocations/quarkus-jgit/pom.xml b/relocations/quarkus-jgit/pom.xml deleted file mode 100644 index b9d2918fc6ef2..0000000000000 --- a/relocations/quarkus-jgit/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-jgit - - - - io.quarkiverse.jgit - quarkus-jgit - 1.1.0 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.jgit:${project.artifactId}:1.1.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.6 - - - diff --git a/relocations/quarkus-jsch-deployment/pom.xml b/relocations/quarkus-jsch-deployment/pom.xml deleted file mode 100644 index 3faeeb000c5db..0000000000000 --- a/relocations/quarkus-jsch-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-jsch-deployment - - - - io.quarkiverse.jsch - quarkus-jsch-deployment - 1.0.0 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.jsch:${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.6 - - - diff --git a/relocations/quarkus-jsch/pom.xml b/relocations/quarkus-jsch/pom.xml deleted file mode 100644 index 5d129759f06f3..0000000000000 --- a/relocations/quarkus-jsch/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-jsch - - - - io.quarkiverse.jsch - quarkus-jsch - 1.0.0 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.jsch:${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.6 - - - diff --git a/relocations/quarkus-logging-sentry-deployment/pom.xml b/relocations/quarkus-logging-sentry-deployment/pom.xml deleted file mode 100644 index ea68fb33e08ab..0000000000000 --- a/relocations/quarkus-logging-sentry-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-logging-sentry-deployment - - - - io.quarkiverse.loggingsentry - quarkus-logging-sentry-deployment - 1.0.1 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.loggingsentry:${project.artifactId}:1.0.1 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.6 - - - diff --git a/relocations/quarkus-logging-sentry/pom.xml b/relocations/quarkus-logging-sentry/pom.xml deleted file mode 100644 index 290d0ff779274..0000000000000 --- a/relocations/quarkus-logging-sentry/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-logging-sentry - - - - io.quarkiverse.loggingsentry - quarkus-logging-sentry - 1.0.1 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.loggingsentry:${project.artifactId}:1.0.1 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.6 - - - diff --git a/relocations/quarkus-neo4j-deployment/pom.xml b/relocations/quarkus-neo4j-deployment/pom.xml deleted file mode 100644 index e760c2cd81f89..0000000000000 --- a/relocations/quarkus-neo4j-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-neo4j-deployment - - - - io.quarkiverse.neo4j - quarkus-neo4j-deployment - 1.0.2 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.neo4j:${project.artifactId}:1.0.2 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.6 - - - diff --git a/relocations/quarkus-neo4j/pom.xml b/relocations/quarkus-neo4j/pom.xml deleted file mode 100644 index eb18862c23b27..0000000000000 --- a/relocations/quarkus-neo4j/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-neo4j - - - - io.quarkiverse.neo4j - quarkus-neo4j - 1.0.2 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.neo4j:${project.artifactId}:1.0.2 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.6 - - - diff --git a/relocations/quarkus-reactive-messaging-http-deployment/pom.xml b/relocations/quarkus-reactive-messaging-http-deployment/pom.xml deleted file mode 100644 index af87f5a4f475e..0000000000000 --- a/relocations/quarkus-reactive-messaging-http-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-reactive-messaging-http-deployment - - - - io.quarkiverse.reactivemessaging.http - quarkus-reactive-messaging-http-deployment - 1.0.0 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.reactivemessaging.http:${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.6 - - - diff --git a/relocations/quarkus-reactive-messaging-http/pom.xml b/relocations/quarkus-reactive-messaging-http/pom.xml deleted file mode 100644 index 1f77d786fd4f5..0000000000000 --- a/relocations/quarkus-reactive-messaging-http/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-reactive-messaging-http - - - - io.quarkiverse.reactivemessaging.http - quarkus-reactive-messaging-http - 1.0.0 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.neo4j:${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.6 - - - diff --git a/relocations/quarkus-test-artemis/pom.xml b/relocations/quarkus-test-artemis/pom.xml deleted file mode 100644 index d2dcc057f48ad..0000000000000 --- a/relocations/quarkus-test-artemis/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-test-artemis - - - - io.quarkiverse.artemis - quarkus-test-artemis - 1.0.3 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.artemis:${project.artifactId}:1.0.3 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.6 - - - diff --git a/relocations/quarkus-test-vault/pom.xml b/relocations/quarkus-test-vault/pom.xml deleted file mode 100644 index 70694b8e34658..0000000000000 --- a/relocations/quarkus-test-vault/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-test-vault - - - - io.quarkiverse.vault - quarkus-test-vault - 1.0.1 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.vault:${project.artifactId}. Please, update its groupId in 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.6 - - - diff --git a/relocations/quarkus-tika-deployment/pom.xml b/relocations/quarkus-tika-deployment/pom.xml deleted file mode 100644 index 209cb8913f76c..0000000000000 --- a/relocations/quarkus-tika-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-tika-deployment - - - - io.quarkiverse.tika - quarkus-tika-deployment - 1.0.3 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.tika:${project.artifactId}:1.0.3 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.6 - - - diff --git a/relocations/quarkus-tika/pom.xml b/relocations/quarkus-tika/pom.xml deleted file mode 100644 index 6c116b66efc71..0000000000000 --- a/relocations/quarkus-tika/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-tika - - - - io.quarkiverse.tika - quarkus-tika - 1.0.3 - ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.tika:${project.artifactId}:1.0.3 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.6 - - - diff --git a/relocations/quarkus-vault-deployment/pom.xml b/relocations/quarkus-vault-deployment/pom.xml deleted file mode 100644 index b24c032a2218c..0000000000000 --- a/relocations/quarkus-vault-deployment/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-vault-deployment - - - - io.quarkiverse.vault - quarkus-vault-deployment - 1.0.1 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.vault:${project.artifactId}. Please, update its groupId in 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.6 - - - diff --git a/relocations/quarkus-vault/pom.xml b/relocations/quarkus-vault/pom.xml deleted file mode 100644 index 84e92b0bffaed..0000000000000 --- a/relocations/quarkus-vault/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-vault - - - - io.quarkiverse.vault - quarkus-vault - 1.0.1 - ${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.vault:${project.artifactId}. Please, update its groupId in 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.6 - - - diff --git a/relocations/quarkus-vertx-web-deployment/pom.xml b/relocations/quarkus-vertx-web-deployment/pom.xml deleted file mode 100644 index fcfd78c1bb573..0000000000000 --- a/relocations/quarkus-vertx-web-deployment/pom.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-vertx-web-deployment - - - - quarkus-reactive-routes-deployment - The artifact ${project.artifactId} is now named quarkus-reactive-routes-deployment. Please update your dependency. - - - \ No newline at end of file diff --git a/relocations/quarkus-vertx-web/pom.xml b/relocations/quarkus-vertx-web/pom.xml deleted file mode 100644 index 7249124e1c607..0000000000000 --- a/relocations/quarkus-vertx-web/pom.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - quarkus-relocations-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-vertx-web - - - - quarkus-reactive-routes - The artifact ${project.artifactId} is now named quarkus-reactive-routes. Please update your dependency. - - - \ No newline at end of file