This is an automated email from the ASF dual-hosted git repository. zbendhiba pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 967a3d746e199f2d5c1911d213327fb0ae5d4774 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Nov 26 15:32:25 2024 +0000 Avoid activating artemis-elasticsearch maven-failsafe-plugin outside of the native profile --- artemis-elasticsearch/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/artemis-elasticsearch/pom.xml b/artemis-elasticsearch/pom.xml index effd9ce..3dc9c96 100644 --- a/artemis-elasticsearch/pom.xml +++ b/artemis-elasticsearch/pom.xml @@ -285,12 +285,6 @@ </execution> </executions> </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-failsafe-plugin</artifactId> - <version>${maven-surefire-plugin.version}</version> - </plugin> </plugins> </build>