This is an automated email from the ASF dual-hosted git repository.

mariofusco pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git


The following commit(s) were added to refs/heads/main by this push:
     new 9066a5568 remove jandex workaround used to workaround Quarkus 2.13.x 
(#1951)
9066a5568 is described below

commit 9066a556840913dbf6d9384b74e652311ffb7cbd
Author: Roberto Oliveira <[email protected]>
AuthorDate: Wed Jan 17 16:46:31 2024 +0100

    remove jandex workaround used to workaround Quarkus 2.13.x (#1951)
    
    Those changes were introduced as part of commit 
58e986a483f69207833ee554a14e480bcf77d1d0
---
 .../integration-tests-data-index-service-common/pom.xml                 | 2 +-
 data-index/data-index-common/pom.xml                                    | 2 +-
 data-index/data-index-graphql/pom.xml                                   | 2 +-
 .../kogito-addons-quarkus-data-index-persistence-common/runtime/pom.xml | 2 +-
 .../kogito-addons-quarkus-data-index-common/runtime/pom.xml             | 2 +-
 explainability/explainability-api/pom.xml                               | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/pom.xml
 
b/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/pom.xml
index 1406895b7..415d7833f 100644
--- 
a/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/pom.xml
+++ 
b/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/pom.xml
@@ -63,7 +63,7 @@
         </executions>
       </plugin>
       <plugin>
-        <groupId>${jandex-maven-plugin.group-id}</groupId>
+        <groupId>io.smallrye</groupId>
         <artifactId>jandex-maven-plugin</artifactId>
         <executions>
           <execution>
diff --git a/data-index/data-index-common/pom.xml 
b/data-index/data-index-common/pom.xml
index 548e73bac..b11b7d92e 100644
--- a/data-index/data-index-common/pom.xml
+++ b/data-index/data-index-common/pom.xml
@@ -93,7 +93,7 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>${jandex-maven-plugin.group-id}</groupId>
+        <groupId>io.smallrye</groupId>
         <artifactId>jandex-maven-plugin</artifactId>
         <executions>
           <execution>
diff --git a/data-index/data-index-graphql/pom.xml 
b/data-index/data-index-graphql/pom.xml
index a198c33df..09c51edd0 100644
--- a/data-index/data-index-graphql/pom.xml
+++ b/data-index/data-index-graphql/pom.xml
@@ -73,7 +73,7 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>${jandex-maven-plugin.group-id}</groupId>
+        <groupId>io.smallrye</groupId>
         <artifactId>jandex-maven-plugin</artifactId>
         <executions>
           <execution>
diff --git 
a/data-index/kogito-addons-quarkus-data-index-persistence/kogito-addons-quarkus-data-index-persistence-common/runtime/pom.xml
 
b/data-index/kogito-addons-quarkus-data-index-persistence/kogito-addons-quarkus-data-index-persistence-common/runtime/pom.xml
index 1a897cf15..5b608d2e7 100644
--- 
a/data-index/kogito-addons-quarkus-data-index-persistence/kogito-addons-quarkus-data-index-persistence-common/runtime/pom.xml
+++ 
b/data-index/kogito-addons-quarkus-data-index-persistence/kogito-addons-quarkus-data-index-persistence-common/runtime/pom.xml
@@ -80,7 +80,7 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>${jandex-maven-plugin.group-id}</groupId>
+                <groupId>io.smallrye</groupId>
                 <artifactId>jandex-maven-plugin</artifactId>
             </plugin>
             <plugin>
diff --git 
a/data-index/kogito-addons-quarkus-data-index/kogito-addons-quarkus-data-index-common/runtime/pom.xml
 
b/data-index/kogito-addons-quarkus-data-index/kogito-addons-quarkus-data-index-common/runtime/pom.xml
index 278c0e090..296e29d90 100644
--- 
a/data-index/kogito-addons-quarkus-data-index/kogito-addons-quarkus-data-index-common/runtime/pom.xml
+++ 
b/data-index/kogito-addons-quarkus-data-index/kogito-addons-quarkus-data-index-common/runtime/pom.xml
@@ -47,7 +47,7 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>${jandex-maven-plugin.group-id}</groupId>
+                <groupId>io.smallrye</groupId>
                 <artifactId>jandex-maven-plugin</artifactId>
             </plugin>
             <plugin>
diff --git a/explainability/explainability-api/pom.xml 
b/explainability/explainability-api/pom.xml
index 514362ff3..b653378a3 100644
--- a/explainability/explainability-api/pom.xml
+++ b/explainability/explainability-api/pom.xml
@@ -74,7 +74,7 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>${jandex-maven-plugin.group-id}</groupId>
+        <groupId>io.smallrye</groupId>
         <artifactId>jandex-maven-plugin</artifactId>
         <executions>
           <execution>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to