Skip to content

Commit

Permalink
Fix Twitter itest component property resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Aug 6, 2020
1 parent 50c0b0c commit 151feb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration-tests/twitter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
</properties>

<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>
Expand Down

0 comments on commit 151feb0

Please sign in to comment.