Skip to content

Commit 7aaedff

Browse files
Override SmallRye Fault Tolerance to 6.4.3 in microprofile-fault-tolerance test module due to apache#7132
1 parent a39d33d commit 7aaedff

File tree

1 file changed

+44
-0
lines changed
  • integration-tests/microprofile-fault-tolerance

1 file changed

+44
-0
lines changed

integration-tests/microprofile-fault-tolerance/pom.xml

+44
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,50 @@
3030
<name>Camel Quarkus :: Integration Tests :: MicroProfile Fault Tolerance</name>
3131
<description>Integration tests for Camel Quarkus MicroProfile Fault Tolerance extension</description>
3232

33+
<!-- TODO: Remove this https://github.com/apache/camel-quarkus/issues/7132 -->
34+
<properties>
35+
<smallrye-fault-tolerance-override.version>6.4.3</smallrye-fault-tolerance-override.version>
36+
</properties>
37+
<dependencyManagement>
38+
<dependencies>
39+
<dependency>
40+
<groupId>io.smallrye</groupId>
41+
<artifactId>smallrye-fault-tolerance</artifactId>
42+
<version>${smallrye-fault-tolerance-override.version}</version>
43+
</dependency>
44+
<dependency>
45+
<groupId>io.smallrye</groupId>
46+
<artifactId>smallrye-fault-tolerance-api</artifactId>
47+
<version>${smallrye-fault-tolerance-override.version}</version>
48+
</dependency>
49+
<dependency>
50+
<groupId>io.smallrye</groupId>
51+
<artifactId>smallrye-fault-tolerance-core</artifactId>
52+
<version>${smallrye-fault-tolerance-override.version}</version>
53+
</dependency>
54+
<dependency>
55+
<groupId>io.smallrye</groupId>
56+
<artifactId>smallrye-fault-tolerance-autoconfig-core</artifactId>
57+
<version>${smallrye-fault-tolerance-override.version}</version>
58+
</dependency>
59+
<dependency>
60+
<groupId>io.smallrye</groupId>
61+
<artifactId>smallrye-fault-tolerance-context-propagation</artifactId>
62+
<version>${smallrye-fault-tolerance-override.version}</version>
63+
</dependency>
64+
<dependency>
65+
<groupId>io.smallrye</groupId>
66+
<artifactId>smallrye-fault-tolerance-mutiny</artifactId>
67+
<version>${smallrye-fault-tolerance-override.version}</version>
68+
</dependency>
69+
<dependency>
70+
<groupId>io.smallrye</groupId>
71+
<artifactId>smallrye-fault-tolerance-vertx</artifactId>
72+
<version>${smallrye-fault-tolerance-override.version}</version>
73+
</dependency>
74+
</dependencies>
75+
</dependencyManagement>
76+
3377
<dependencies>
3478
<dependency>
3579
<groupId>org.apache.camel.quarkus</groupId>

0 commit comments

Comments
 (0)