You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/02/18 12:32:07 UTC

[camel-quarkus] 02/10: it-cleanup(core): remove unknown property

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

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

commit f47d0aeb3641d7fc72786473ea5d2e52e41dd511
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Tue Feb 18 10:35:06 2020 +0100

    it-cleanup(core): remove unknown property
---
 integration-tests/core/src/main/resources/application.properties | 1 -
 1 file changed, 1 deletion(-)

diff --git a/integration-tests/core/src/main/resources/application.properties b/integration-tests/core/src/main/resources/application.properties
index ebdc415..0314477 100644
--- a/integration-tests/core/src/main/resources/application.properties
+++ b/integration-tests/core/src/main/resources/application.properties
@@ -24,7 +24,6 @@ quarkus.log.category."org.apache.camel.quarkus.core".level = DEBUG
 # Quarkus :: Camel
 #
 quarkus.camel.main.enabled = false
-quarkus.camel.runtime-catalog.enabled = true
 quarkus.camel.runtime-catalog.languages = false
 
 #