You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/05/26 13:37:42 UTC

[camel-quarkus] branch main updated: Restore master itest platform exclusion

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1534023d42 Restore master itest platform exclusion
1534023d42 is described below

commit 1534023d42184a6359aff1f1be5a78911bab4c65
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri May 26 12:14:19 2023 +0100

    Restore master itest platform exclusion
---
 tooling/test-list/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tooling/test-list/pom.xml b/tooling/test-list/pom.xml
index e65cb42af9..6fae3b8b4e 100644
--- a/tooling/test-list/pom.xml
+++ b/tooling/test-list/pom.xml
@@ -58,6 +58,7 @@
                                 <exclude>support/**/*</exclude>
                                 <exclude>support/**/*</exclude>
                                 <exclude>groovy-dsl/pom.xml</exclude><!-- See https://github.com/apache/camel-quarkus/issues/4894 -->
+                                <exclude>master/pom.xml</exclude>
                                 <exclude>master-openshift/pom.xml</exclude>
                                 <exclude>master-file/pom.xml</exclude>
                                 <exclude>main-command-mode/pom.xml</exclude>