diff --git a/integration-tests/camel-core/pom.xml b/integration-tests/camel-core/pom.xml index 1f7ac018619e2..163e52c3cd313 100644 --- a/integration-tests/camel-core/pom.xml +++ b/integration-tests/camel-core/pom.xml @@ -156,7 +156,7 @@ false ${graalvmHome} false - true + false diff --git a/integration-tests/camel-core/src/main/resources/application.properties b/integration-tests/camel-core/src/main/resources/application.properties index 8aa33a3131e21..9f1634446e026 100644 --- a/integration-tests/camel-core/src/main/resources/application.properties +++ b/integration-tests/camel-core/src/main/resources/application.properties @@ -6,7 +6,7 @@ quarkus.log.file.enable = false # # Camel # -quarkus.camel.disable-xml=true +quarkus.camel.disable-xml=false camel.context.name=quarkus-camel-example camel.context.loadTypeConverters=false