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

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


The following commit(s) were added to refs/heads/3.15.x by this push:
     new 3f1552ce00 Remove SmallRye Fault Tolerance dependency overrides in 
microprofile-fault-tolerance test module
3f1552ce00 is described below

commit 3f1552ce007a13cf2a4789e3f5ec31632277583b
Author: James Netherton <[email protected]>
AuthorDate: Fri May 16 13:19:21 2025 +0100

    Remove SmallRye Fault Tolerance dependency overrides in 
microprofile-fault-tolerance test module
    
    Fixes #7132
---
 .../microprofile-fault-tolerance/pom.xml           | 44 ----------------------
 1 file changed, 44 deletions(-)

diff --git a/integration-tests/microprofile-fault-tolerance/pom.xml 
b/integration-tests/microprofile-fault-tolerance/pom.xml
index a5dd193d6b..32470b2af8 100644
--- a/integration-tests/microprofile-fault-tolerance/pom.xml
+++ b/integration-tests/microprofile-fault-tolerance/pom.xml
@@ -30,50 +30,6 @@
     <name>Camel Quarkus :: Integration Tests :: MicroProfile Fault 
Tolerance</name>
     <description>Integration tests for Camel Quarkus MicroProfile Fault 
Tolerance extension</description>
 
-    <!-- TODO: Remove this https://github.com/apache/camel-quarkus/issues/7132 
-->
-    <properties>
-        
<smallrye-fault-tolerance-override.version>6.4.3</smallrye-fault-tolerance-override.version>
-    </properties>
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>io.smallrye</groupId>
-                <artifactId>smallrye-fault-tolerance</artifactId>
-                <version>${smallrye-fault-tolerance-override.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>io.smallrye</groupId>
-                <artifactId>smallrye-fault-tolerance-api</artifactId>
-                <version>${smallrye-fault-tolerance-override.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>io.smallrye</groupId>
-                <artifactId>smallrye-fault-tolerance-core</artifactId>
-                <version>${smallrye-fault-tolerance-override.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>io.smallrye</groupId>
-                
<artifactId>smallrye-fault-tolerance-autoconfig-core</artifactId>
-                <version>${smallrye-fault-tolerance-override.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>io.smallrye</groupId>
-                
<artifactId>smallrye-fault-tolerance-context-propagation</artifactId>
-                <version>${smallrye-fault-tolerance-override.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>io.smallrye</groupId>
-                <artifactId>smallrye-fault-tolerance-mutiny</artifactId>
-                <version>${smallrye-fault-tolerance-override.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>io.smallrye</groupId>
-                <artifactId>smallrye-fault-tolerance-vertx</artifactId>
-                <version>${smallrye-fault-tolerance-override.version}</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>

Reply via email to