We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c34e8 commit 01a9fe9Copy full SHA for 01a9fe9
integration-tests/microprofile-fault-tolerance/pom.xml
@@ -69,7 +69,21 @@
69
</dependency>
70
</dependencies>
71
72
+ <!-- TODO: Remove this https://github.com/apache/camel-quarkus/issues/6851 -->
73
+ <build>
74
+ <plugins>
75
+ <plugin>
76
+ <groupId>org.apache.maven.plugins</groupId>
77
+ <artifactId>maven-surefire-plugin</artifactId>
78
+ <configuration>
79
+ <skip>true</skip>
80
+ </configuration>
81
+ </plugin>
82
+ </plugins>
83
+ </build>
84
+
85
<profiles>
86
+ <!-- TODO: https://github.com/apache/camel-quarkus/issues/6851
87
<profile>
88
<id>native</id>
89
<activation>
@@ -97,6 +111,7 @@
97
111
</plugins>
98
112
</build>
99
113
</profile>
114
+ -->
100
115
101
116
<id>virtualDependencies</id>
102
117
0 commit comments