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

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

commit 76a5b0008332fdaacf28ddf1aa9932a67c6d65ed
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Mon Jun 8 07:42:28 2020 +0100

    Use quarkus microprofile-fault-tolerance-api version
---
 poms/bom/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index e832fc7..d9e31f3 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -764,6 +764,12 @@
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-microprofile-fault-tolerance</artifactId>
                 <version>${camel.version}</version>
+                <exclusions>
+                    <exclusion>
+                        
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
+                        
<artifactId>microprofile-fault-tolerance-api</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>org.apache.camel</groupId>

Reply via email to