Skip to content

Commit

Permalink
DBZ-7840 Reorder bom imports for Infinispan
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Jul 23, 2024
1 parent aaccf23 commit 4c9ac33
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions debezium-server-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@
<version>${version.kafka}</version>
</dependency>

<!-- This needs to be defined before Quarkus to guarantee that the
right Infinispan dependencies are imported -->
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-bom</artifactId>
<version>${version.infinispan}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- Quarkus dependencies -->
<dependency>
<groupId>io.quarkus</groupId>
Expand Down Expand Up @@ -255,13 +265,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-bom</artifactId>
<version>${version.infinispan}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- Testing -->
<dependency>
Expand Down

0 comments on commit 4c9ac33

Please sign in to comment.