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 f947b94b4451a5856695900d6cf49df13f9e0a95 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 3f18765..3192d31 100644 --- a/integration-tests/tika/pom.xml +++ b/integration-tests/tika/pom.xml @@ -78,7 +78,7 @@ </dependency> </dependencies> - + <!-- TODO: Enable native build again https://github.com/apache/camel-quarkus/issues/3130 <profiles> <profile> <id>native</id> @@ -108,4 +108,5 @@ </build> </profile> </profiles> + --> </project>