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:48:38 UTC

[camel-spring-boot-examples] branch camel-3.20.x updated: 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.20.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
     new 1a99fa0  CAMEL-19207: Add missing version to JAR in examples
1a99fa0 is described below

commit 1a99fa0b033f87bbb08db153ee57b45dc6dec640
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 9930224..83ddb2e 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 d111b99..bec849a 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>