You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/26 06:34:46 UTC

[camel] branch master updated (29e12d5 -> 284c76e)

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

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


    from 29e12d5  CAMEL-15753: camel-core - Modularize model should not use base
     new ef28c65  Upgrade AssertJ to version 3.18.0
     new a63068e  Camel-Undertow: Fix build
     new 284c76e  Sync Properties

The 3 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:
 camel-dependencies/pom.xml        | 2 +-
 components/camel-undertow/pom.xml | 4 ++++
 parent/pom.xml                    | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)


[camel] 03/03: Sync Properties

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 284c76e6f707dbc6916e36e2e52682b9687f4097
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 26 07:34:12 2020 +0100

    Sync Properties
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index abddbb3..5e34ab3 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -56,7 +56,7 @@
     <arquillian-weld-embedded-version>2.0.0.Final</arquillian-weld-embedded-version>
     <asm-version>8.0.1</asm-version>
     <aspectj-version>1.9.6</aspectj-version>
-    <assertj-version>3.17.2</assertj-version>
+    <assertj-version>3.18.0</assertj-version>
     <asterisk-java-version>1.0.0-final</asterisk-java-version>
     <atlasmap-version>2.1.0</atlasmap-version>
     <atlassian-fugue-version>3.0.0</atlassian-fugue-version>


[camel] 01/03: Upgrade AssertJ to version 3.18.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ef28c65cf082532f8c0e26be558c55b46d0e28d8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 26 06:34:52 2020 +0100

    Upgrade AssertJ to version 3.18.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f67760a..6a16c34 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -64,7 +64,7 @@
         <arquillian-weld-embedded-version>2.0.0.Final</arquillian-weld-embedded-version>
         <asm-version>8.0.1</asm-version>
         <aspectj-version>1.9.6</aspectj-version>
-        <assertj-version>3.17.2</assertj-version>
+        <assertj-version>3.18.0</assertj-version>
         <asterisk-java-version>1.0.0-final</asterisk-java-version>
         <atlasmap-version>2.1.0</atlasmap-version>
         <atlassian-fugue-version>3.0.0</atlassian-fugue-version>


[camel] 02/03: Camel-Undertow: Fix build

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a63068e0bcd6733b319bbeaca0351d973e1b6172
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 26 06:58:57 2020 +0100

    Camel-Undertow: Fix build
---
 components/camel-undertow/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/components/camel-undertow/pom.xml b/components/camel-undertow/pom.xml
index 98b48c8..db88f6b 100644
--- a/components/camel-undertow/pom.xml
+++ b/components/camel-undertow/pom.xml
@@ -40,6 +40,10 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-core-engine</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-cloud</artifactId>
         </dependency>
         <dependency>