From c7739ccf6c979f9dae83c1be7c2663bbaecb3924 Mon Sep 17 00:00:00 2001 From: Peter Palaga Date: Thu, 9 May 2019 10:38:32 +0200 Subject: [PATCH] Dirty --- integration-tests/camel-core/pom.xml | 2 +- .../camel-core/src/main/resources/application.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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