Skip to content

Commit 6661044

Browse files
committed
Added Lettuce again after merge with main
1 parent 847f905 commit 6661044

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,13 @@
600600
<version>${org.mongodb.version}</version>
601601
</dependency>
602602

603+
<!-- Redis/Lettuce -->
604+
<dependency>
605+
<groupId>io.lettuce</groupId>
606+
<artifactId>lettuce-core</artifactId>
607+
<version>${io.lettuce.core.version}</version>
608+
</dependency>
609+
603610
<!-- OpenSearch -->
604611
<dependency>
605612
<groupId>org.opensearch.client</groupId>

0 commit comments

Comments
 (0)