Skip to content

Commit

Permalink
[#3547] Use jakarta based HotRod client libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
sophokles73 committed Oct 9, 2023
1 parent a30228a commit e59d03c
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions client-device-connection-infinispan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-client-hotrod</artifactId>
<artifactId>infinispan-core-jakarta</artifactId>
<version>${infinispan.version}</version>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-client-hotrod-jakarta</artifactId>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
Expand All @@ -47,10 +52,12 @@
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-query-dsl</artifactId>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-core</artifactId>
<exclusions>
<exclusion>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-commons</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.hono</groupId>
Expand Down Expand Up @@ -141,10 +148,6 @@
<artifactId>bcpkix-jdk18on</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>javax.transaction-api</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit e59d03c

Please sign in to comment.