You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/05/24 12:47:45 UTC

[camel-spring-boot-examples] branch camel-3.x updated (690b3ee -> 3765686)

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

davsclaus pushed a change to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git


    from 690b3ee  [saga] ActiveMQ to JMS (#105)
     new 2c52999  CAMEL-19207: Add missing version to JAR in examples
     new 3765686  Fix maven WARN

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:
 load-balancer-eip/pom.xml   | 1 +
 rest-jpa/pom.xml            | 1 +
 splitter-eip/pom.xml        | 1 +
 spring-boot-jta-jpa/pom.xml | 1 +
 twitter-salesforce/pom.xml  | 1 +
 type-converter/pom.xml      | 1 +
 unit-testing/pom.xml        | 1 +
 widget-gadget/pom.xml       | 5 -----
 8 files changed, 7 insertions(+), 5 deletions(-)


[camel-spring-boot-examples] 02/02: Fix maven WARN

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

davsclaus pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git

commit 3765686d84583fc993cc3a3e313053c99f9f3a26
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed May 24 14:47:33 2023 +0200

    Fix maven WARN
---
 load-balancer-eip/pom.xml  | 1 +
 splitter-eip/pom.xml       | 1 +
 twitter-salesforce/pom.xml | 1 +
 type-converter/pom.xml     | 1 +
 unit-testing/pom.xml       | 1 +
 widget-gadget/pom.xml      | 5 -----
 6 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/load-balancer-eip/pom.xml b/load-balancer-eip/pom.xml
index ea193c7..6b2c056 100644
--- a/load-balancer-eip/pom.xml
+++ b/load-balancer-eip/pom.xml
@@ -89,6 +89,7 @@
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>build-helper-maven-plugin</artifactId>
+				<version>3.4.0</version>
 				<executions>
 					<execution>
 						<phase>initialize</phase>
diff --git a/splitter-eip/pom.xml b/splitter-eip/pom.xml
index 3044370..cd0149a 100644
--- a/splitter-eip/pom.xml
+++ b/splitter-eip/pom.xml
@@ -108,6 +108,7 @@
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>build-helper-maven-plugin</artifactId>
+				<version>3.4.0</version>
 				<executions>
 					<execution>
 						<phase>initialize</phase>
diff --git a/twitter-salesforce/pom.xml b/twitter-salesforce/pom.xml
index f0e7c7d..c5abacf 100644
--- a/twitter-salesforce/pom.xml
+++ b/twitter-salesforce/pom.xml
@@ -136,6 +136,7 @@
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>build-helper-maven-plugin</artifactId>
+				<version>3.4.0</version>
 				<executions>
 					<execution>
 						<id>add-source</id>
diff --git a/type-converter/pom.xml b/type-converter/pom.xml
index 0334c35..e57ee73 100644
--- a/type-converter/pom.xml
+++ b/type-converter/pom.xml
@@ -89,6 +89,7 @@
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>build-helper-maven-plugin</artifactId>
+				<version>3.4.0</version>
 				<executions>
 					<execution>
 						<phase>initialize</phase>
diff --git a/unit-testing/pom.xml b/unit-testing/pom.xml
index c0dce91..c4cc654 100644
--- a/unit-testing/pom.xml
+++ b/unit-testing/pom.xml
@@ -97,6 +97,7 @@
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>build-helper-maven-plugin</artifactId>
+				<version>3.4.0</version>
 				<executions>
 					<execution>
 						<phase>initialize</phase>
diff --git a/widget-gadget/pom.xml b/widget-gadget/pom.xml
index e744f07..1deed61 100644
--- a/widget-gadget/pom.xml
+++ b/widget-gadget/pom.xml
@@ -79,11 +79,6 @@
             <artifactId>spring-boot-starter-undertow</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.camel.springboot</groupId>
-            <artifactId>camel-amqp-starter</artifactId>
-        </dependency>
-
         <!-- Camel -->
         <dependency>
             <groupId>org.apache.camel.springboot</groupId>


[camel-spring-boot-examples] 01/02: CAMEL-19207: Add missing version to JAR in examples

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

davsclaus pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git

commit 2c52999006d4d49273f786e7426ec3b4230b710b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed May 24 14:44:21 2023 +0200

    CAMEL-19207: Add missing version to JAR in examples
---
 rest-jpa/pom.xml            | 1 +
 spring-boot-jta-jpa/pom.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/rest-jpa/pom.xml b/rest-jpa/pom.xml
index 0237ef3..326b4e7 100644
--- a/rest-jpa/pom.xml
+++ b/rest-jpa/pom.xml
@@ -111,6 +111,7 @@
         <dependency>
             <groupId>mysql</groupId>
             <artifactId>mysql-connector-java</artifactId>
+            <version>8.0.33</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
diff --git a/spring-boot-jta-jpa/pom.xml b/spring-boot-jta-jpa/pom.xml
index 1ce4212..edbfc27 100644
--- a/spring-boot-jta-jpa/pom.xml
+++ b/spring-boot-jta-jpa/pom.xml
@@ -106,6 +106,7 @@
         <dependency>
             <groupId>mysql</groupId>
             <artifactId>mysql-connector-java</artifactId>
+            <version>8.0.33</version>
         </dependency>
         <dependency>
             <groupId>org.apache.camel.springboot</groupId>