This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit b11f1d8fda7847befdef91268332027800b8e83b Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Fri Oct 1 14:39:53 2021 +0100 Temporarily disable Tika native build due to #3130 --- integration-tests/tika/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration-tests/tika/pom.xml b/integration-tests/tika/pom.xml index b21f6d1..7cba601 100644 --- a/integration-tests/tika/pom.xml +++ b/integration-tests/tika/pom.xml @@ -104,7 +104,7 @@ </dependency> </dependencies> - + <!-- TODO: Enable native build again https://github.com/apache/camel-quarkus/issues/3130 <profiles> <profile> <id>native</id> @@ -134,4 +134,5 @@ </build> </profile> </profiles> + --> </project>