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/03/29 15:27:54 UTC

[camel-examples] branch master updated (4728a4c -> 49034e7)

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-examples.git.


    from 4728a4c  Camel-example-transformer-blueprint: Use the correct camel.karaf.version placeholder
     new 374492e  Camel-example-cxf-proxy: fix build and use camel-spring-main
     new cac6803  Camel-console-example: fix build and use camel-spring-main
     new 4abc7f1  Loan broker CXF example: fix build and use camel-spring-main
     new e97c231  Loan broker JMS example: fix build and use camel-spring-main
     new 49034e7  camel-spring example: fix build and use camel-spring-main

The 5 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:
 examples/camel-example-console/pom.xml         | 4 ++++
 examples/camel-example-cxf-proxy/pom.xml       | 5 +++++
 examples/camel-example-loan-broker-cxf/pom.xml | 4 ++++
 examples/camel-example-loan-broker-jms/pom.xml | 4 ++++
 examples/camel-example-spring/pom.xml          | 5 +++++
 5 files changed, 22 insertions(+)


[camel-examples] 02/05: Camel-console-example: fix build and use camel-spring-main

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-examples.git

commit cac680351e5428f72862722b793a4e9050ea7a37
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 17:22:42 2020 +0200

    Camel-console-example: fix build and use camel-spring-main
---
 examples/camel-example-console/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/examples/camel-example-console/pom.xml b/examples/camel-example-console/pom.xml
index 3d3be5e..98e257c 100644
--- a/examples/camel-example-console/pom.xml
+++ b/examples/camel-example-console/pom.xml
@@ -61,6 +61,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-spring-main</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-stream</artifactId>
         </dependency>
 


[camel-examples] 01/05: Camel-example-cxf-proxy: fix build and use camel-spring-main

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-examples.git

commit 374492ea603b0a3c37b535d1f1520d7ba860102d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 17:20:37 2020 +0200

    Camel-example-cxf-proxy: fix build and use camel-spring-main
---
 examples/camel-example-cxf-proxy/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/examples/camel-example-cxf-proxy/pom.xml b/examples/camel-example-cxf-proxy/pom.xml
index 60d6a2e..39b51ed 100644
--- a/examples/camel-example-cxf-proxy/pom.xml
+++ b/examples/camel-example-cxf-proxy/pom.xml
@@ -80,6 +80,11 @@
             <artifactId>camel-cxf</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-spring-main</artifactId>
+        </dependency>
+
         <!-- cxf -->
         <!-- used by the real web service -->
         <dependency>


[camel-examples] 03/05: Loan broker CXF example: fix build and use camel-spring-main

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-examples.git

commit 4abc7f11f61689b9d8ddae5573c95fdc67604fff
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 17:23:59 2020 +0200

    Loan broker CXF example: fix build and use camel-spring-main
---
 examples/camel-example-loan-broker-cxf/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/examples/camel-example-loan-broker-cxf/pom.xml b/examples/camel-example-loan-broker-cxf/pom.xml
index ee588be..e5bba0f 100644
--- a/examples/camel-example-loan-broker-cxf/pom.xml
+++ b/examples/camel-example-loan-broker-cxf/pom.xml
@@ -71,6 +71,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-spring-main</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-cxf</artifactId>
         </dependency>
         <dependency>


[camel-examples] 05/05: camel-spring example: fix build and use camel-spring-main

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-examples.git

commit 49034e7ca9fdf594e770da1751538c2134e1cacc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 17:26:40 2020 +0200

    camel-spring example: fix build and use camel-spring-main
---
 examples/camel-example-spring/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/examples/camel-example-spring/pom.xml b/examples/camel-example-spring/pom.xml
index 5fbc528..07cba75 100644
--- a/examples/camel-example-spring/pom.xml
+++ b/examples/camel-example-spring/pom.xml
@@ -65,6 +65,11 @@
         </dependency>
 
         <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-spring-main</artifactId>
+        </dependency>
+
+        <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-broker</artifactId>
             <version>${activemq-version}</version>


[camel-examples] 04/05: Loan broker JMS example: fix build and use camel-spring-main

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-examples.git

commit e97c231f28ec1ceef9db8475cac0bca9819c9304
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 17:25:22 2020 +0200

    Loan broker JMS example: fix build and use camel-spring-main
---
 examples/camel-example-loan-broker-jms/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/examples/camel-example-loan-broker-jms/pom.xml b/examples/camel-example-loan-broker-jms/pom.xml
index 40eff81..bcfbe55 100644
--- a/examples/camel-example-loan-broker-jms/pom.xml
+++ b/examples/camel-example-loan-broker-jms/pom.xml
@@ -62,6 +62,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-spring-main</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-jms</artifactId>
         </dependency>
         <dependency>