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

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit d4f319e23673b7b3bd0979e610e0bccdce4a7a5c
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Tue Apr 23 09:28:33 2024 +0100

    Clean up leftovers from MicroProfile Fault Tolerance disablement
---
 integration-tests/foundation-grouped/pom.xml | 13 -------------
 pom.xml                                      |  2 ++
 2 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/integration-tests/foundation-grouped/pom.xml 
b/integration-tests/foundation-grouped/pom.xml
index 1120c376a7..67359b9a0b 100644
--- a/integration-tests/foundation-grouped/pom.xml
+++ b/integration-tests/foundation-grouped/pom.xml
@@ -456,19 +456,6 @@
                         </exclusion>
                     </exclusions>
                 </dependency>
-                <dependency>
-                    <groupId>org.apache.camel.quarkus</groupId>
-                    
<artifactId>camel-quarkus-microprofile-fault-tolerance-deployment</artifactId>
-                    <version>${project.version}</version>
-                    <type>pom</type>
-                    <scope>test</scope>
-                    <exclusions>
-                        <exclusion>
-                            <groupId>*</groupId>
-                            <artifactId>*</artifactId>
-                        </exclusion>
-                    </exclusions>
-                </dependency>
                 <dependency>
                     <groupId>org.apache.camel.quarkus</groupId>
                     <artifactId>camel-quarkus-mock-deployment</artifactId>
diff --git a/pom.xml b/pom.xml
index b86ee396d0..eada499e67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -974,6 +974,7 @@
                                             </sourcePoms>
                                             
<destinationPom>${basedir}/integration-tests/compression-grouped/pom.xml</destinationPom>
                                         </mergePom>
+                                        <!-- TODO: 
https://github.com/apache/camel-quarkus/issues/5995
                                         <mergePom>
                                             <sourcePoms>
                                                 
<directory>${basedir}/integration-test-groups/foundation</directory>
@@ -983,6 +984,7 @@
                                             </sourcePoms>
                                             
<destinationPom>${basedir}/integration-tests/foundation-grouped/pom.xml</destinationPom>
                                         </mergePom>
+                                        -->
                                         <mergePom>
                                             <sourcePoms>
                                                 
<directory>${basedir}/integration-test-groups/mongodb</directory>

Reply via email to