You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/08/06 09:05:35 UTC

[camel-quarkus] 02/02: Fix Twitter itest component property resolution

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

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

commit 151feb0c1b7a1dba3ddd9f301a0e3925c2b1bbd9
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Aug 6 08:09:52 2020 +0100

    Fix Twitter itest component property resolution
---
 integration-tests/twitter/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/integration-tests/twitter/pom.xml b/integration-tests/twitter/pom.xml
index db2182b..bf58473 100644
--- a/integration-tests/twitter/pom.xml
+++ b/integration-tests/twitter/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-twitter</artifactId>
         </dependency>
         <dependency>