Skip to content

Commit

Permalink
DBZ-7840 Fix Infinispan 15 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Jul 19, 2024
1 parent 8210bed commit aaccf23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debezium-server-infinispan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-client-hotrod-jakarta</artifactId>
<artifactId>infinispan-client-hotrod</artifactId>
</dependency>

<!-- Test dependencies -->
Expand All @@ -35,7 +35,7 @@
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-core-jakarta</artifactId>
<artifactId>infinispan-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit aaccf23

Please sign in to comment.