This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch 1.0.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 48ed95e7951b84c2cf06cc5f405b09256638075f Author: Lukas Lowinger <llowi...@redhat.com> AuthorDate: Fri Aug 21 09:55:10 2020 +0200 Fix telegram itest component property resolution --- integration-tests/telegram/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integration-tests/telegram/pom.xml b/integration-tests/telegram/pom.xml index 0891f9c..6fd16d2 100644 --- a/integration-tests/telegram/pom.xml +++ b/integration-tests/telegram/pom.xml @@ -42,6 +42,10 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-main</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-telegram</artifactId> </dependency> <dependency>