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

fmariani pushed a commit to branch camel-spring-boot-4.0.0-branch
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 65a1a102412c4b0eb8578bbffe45828a6fba031d
Author: Croway <federico.mariani.1...@gmail.com>
AuthorDate: Mon Sep 18 10:48:48 2023 +0200

    Override infinispan-bom
---
 .../src/main/resources/pom.xml                                     | 7 +++++++
 tooling/redhat-camel-spring-boot-bom/pom.xml                       | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git 
a/tooling/redhat-camel-spring-boot-bom-generator/src/main/resources/pom.xml 
b/tooling/redhat-camel-spring-boot-bom-generator/src/main/resources/pom.xml
index 898f178c168..4945d735ad2 100644
--- a/tooling/redhat-camel-spring-boot-bom-generator/src/main/resources/pom.xml
+++ b/tooling/redhat-camel-spring-boot-bom-generator/src/main/resources/pom.xml
@@ -141,6 +141,13 @@
                     </exclusion>
                 </exclusions>
             </dependency>
+            <dependency>
+                <groupId>org.infinispan</groupId>
+                <artifactId>infinispan-bom</artifactId>
+                <version>${infinispan-version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
             <!-- Spring Boot Dependencies -->
             <dependency>
                 <groupId>org.springframework.boot</groupId>
diff --git a/tooling/redhat-camel-spring-boot-bom/pom.xml 
b/tooling/redhat-camel-spring-boot-bom/pom.xml
index fbd9d154744..87239d9cfb2 100644
--- a/tooling/redhat-camel-spring-boot-bom/pom.xml
+++ b/tooling/redhat-camel-spring-boot-bom/pom.xml
@@ -141,6 +141,13 @@
                     </exclusion>
                 </exclusions>
             </dependency>
+            <dependency>
+                <groupId>org.infinispan</groupId>
+                <artifactId>infinispan-bom</artifactId>
+                <version>14.0.11.Final</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
             <!-- Spring Boot Dependencies -->
             <dependency>
                 <groupId>org.springframework.boot</groupId>

Reply via email to