From 735b06a6c48f6b35db5da874f10169379860575d Mon Sep 17 00:00:00 2001 From: Ozan Gunalp Date: Thu, 28 Sep 2023 13:31:43 +0200 Subject: [PATCH] Follow the jandex relocation in build plugins --- api/pom.xml | 2 +- smallrye-reactive-messaging-amqp/pom.xml | 2 +- smallrye-reactive-messaging-camel/pom.xml | 4 ++++ smallrye-reactive-messaging-gcp-pubsub/pom.xml | 4 ++++ smallrye-reactive-messaging-in-memory/pom.xml | 2 +- smallrye-reactive-messaging-jms/pom.xml | 4 ++++ smallrye-reactive-messaging-kafka-api/pom.xml | 2 +- smallrye-reactive-messaging-kafka/pom.xml | 2 +- smallrye-reactive-messaging-mqtt/pom.xml | 4 ++++ smallrye-reactive-messaging-provider/pom.xml | 2 +- smallrye-reactive-messaging-pulsar/pom.xml | 2 +- smallrye-reactive-messaging-rabbitmq/pom.xml | 4 ++++ 12 files changed, 27 insertions(+), 7 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index c049dd41d6..dfc3e1c1bd 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -52,7 +52,7 @@ - org.jboss.jandex + io.smallrye jandex-maven-plugin diff --git a/smallrye-reactive-messaging-amqp/pom.xml b/smallrye-reactive-messaging-amqp/pom.xml index fc32583239..0b6a3400ce 100644 --- a/smallrye-reactive-messaging-amqp/pom.xml +++ b/smallrye-reactive-messaging-amqp/pom.xml @@ -138,7 +138,7 @@ - org.jboss.jandex + io.smallrye jandex-maven-plugin diff --git a/smallrye-reactive-messaging-camel/pom.xml b/smallrye-reactive-messaging-camel/pom.xml index b36b2cd870..ff421c5460 100644 --- a/smallrye-reactive-messaging-camel/pom.xml +++ b/smallrye-reactive-messaging-camel/pom.xml @@ -99,6 +99,10 @@ + + io.smallrye + jandex-maven-plugin + org.apache.maven.plugins maven-compiler-plugin diff --git a/smallrye-reactive-messaging-gcp-pubsub/pom.xml b/smallrye-reactive-messaging-gcp-pubsub/pom.xml index 546929e8f6..2185c8bcc5 100644 --- a/smallrye-reactive-messaging-gcp-pubsub/pom.xml +++ b/smallrye-reactive-messaging-gcp-pubsub/pom.xml @@ -63,6 +63,10 @@ + + io.smallrye + jandex-maven-plugin + org.apache.maven.plugins maven-compiler-plugin diff --git a/smallrye-reactive-messaging-in-memory/pom.xml b/smallrye-reactive-messaging-in-memory/pom.xml index fa13af6973..48ec7847a0 100644 --- a/smallrye-reactive-messaging-in-memory/pom.xml +++ b/smallrye-reactive-messaging-in-memory/pom.xml @@ -44,7 +44,7 @@ - org.jboss.jandex + io.smallrye jandex-maven-plugin diff --git a/smallrye-reactive-messaging-jms/pom.xml b/smallrye-reactive-messaging-jms/pom.xml index e89b02c0b4..d6c55a1985 100644 --- a/smallrye-reactive-messaging-jms/pom.xml +++ b/smallrye-reactive-messaging-jms/pom.xml @@ -122,6 +122,10 @@ + + io.smallrye + jandex-maven-plugin + org.apache.maven.plugins maven-compiler-plugin diff --git a/smallrye-reactive-messaging-kafka-api/pom.xml b/smallrye-reactive-messaging-kafka-api/pom.xml index 3b09eea813..3d493b9115 100644 --- a/smallrye-reactive-messaging-kafka-api/pom.xml +++ b/smallrye-reactive-messaging-kafka-api/pom.xml @@ -34,7 +34,7 @@ - org.jboss.jandex + io.smallrye jandex-maven-plugin diff --git a/smallrye-reactive-messaging-kafka/pom.xml b/smallrye-reactive-messaging-kafka/pom.xml index 7fab70f374..8b1cf9c8e5 100644 --- a/smallrye-reactive-messaging-kafka/pom.xml +++ b/smallrye-reactive-messaging-kafka/pom.xml @@ -178,7 +178,7 @@ - org.jboss.jandex + io.smallrye jandex-maven-plugin diff --git a/smallrye-reactive-messaging-mqtt/pom.xml b/smallrye-reactive-messaging-mqtt/pom.xml index e2db7b44a6..d738367cb4 100644 --- a/smallrye-reactive-messaging-mqtt/pom.xml +++ b/smallrye-reactive-messaging-mqtt/pom.xml @@ -68,6 +68,10 @@ + + io.smallrye + jandex-maven-plugin + org.apache.maven.plugins maven-compiler-plugin diff --git a/smallrye-reactive-messaging-provider/pom.xml b/smallrye-reactive-messaging-provider/pom.xml index 767714c5de..4800109a2e 100644 --- a/smallrye-reactive-messaging-provider/pom.xml +++ b/smallrye-reactive-messaging-provider/pom.xml @@ -91,7 +91,7 @@ - org.jboss.jandex + io.smallrye jandex-maven-plugin diff --git a/smallrye-reactive-messaging-pulsar/pom.xml b/smallrye-reactive-messaging-pulsar/pom.xml index 0cbf530ed8..f70809e100 100644 --- a/smallrye-reactive-messaging-pulsar/pom.xml +++ b/smallrye-reactive-messaging-pulsar/pom.xml @@ -165,7 +165,7 @@ - org.jboss.jandex + io.smallrye jandex-maven-plugin diff --git a/smallrye-reactive-messaging-rabbitmq/pom.xml b/smallrye-reactive-messaging-rabbitmq/pom.xml index 4d35b201d6..227ca9b6c7 100644 --- a/smallrye-reactive-messaging-rabbitmq/pom.xml +++ b/smallrye-reactive-messaging-rabbitmq/pom.xml @@ -81,6 +81,10 @@ + + io.smallrye + jandex-maven-plugin + org.apache.maven.plugins maven-compiler-plugin