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

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

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>