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:33 UTC

[camel-quarkus] branch master updated (955203c -> 151feb0)

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

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


    from 955203c  Upgrade to Quarkus 1.7.0.CR2
     new 50c0b0c  Fix Braintree itest component property resolution
     new 151feb0  Fix Twitter itest component property resolution

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 integration-tests/braintree/pom.xml | 4 ++++
 integration-tests/twitter/pom.xml   | 4 ++++
 2 files changed, 8 insertions(+)


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

Posted by ja...@apache.org.
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 50c0b0cab1747c6ecde30d2b1124ec6f20622b60
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Aug 6 08:09:42 2020 +0100

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

diff --git a/integration-tests/braintree/pom.xml b/integration-tests/braintree/pom.xml
index 3642c1b..fef4f05 100644
--- a/integration-tests/braintree/pom.xml
+++ b/integration-tests/braintree/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-braintree</artifactId>
         </dependency>
         <dependency>


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

Posted by ja...@apache.org.
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>