Skip to content

Commit

Permalink
Merge pull request #263 from Croway/override-infinispan
Browse files Browse the repository at this point in the history
Override infinispan-bom
  • Loading branch information
Croway authored Sep 18, 2023
2 parents bdac313 + 65a1a10 commit 4e8aa7b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
7 changes: 7 additions & 0 deletions tooling/redhat-camel-spring-boot-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4e8aa7b

Please sign in to comment.