Skip to content

Commit 4c6ee21

Browse files
committed
Add ScyllaDB-based Kvin implementation.
1 parent 435d153 commit 4c6ee21

File tree

3 files changed

+652
-0
lines changed

3 files changed

+652
-0
lines changed

bundles/io.github.linkedfactory.core/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@
132132
</exclusion>
133133
</exclusions>
134134
</dependency>
135+
<dependency>
136+
<groupId>com.scylladb</groupId>
137+
<artifactId>java-driver-core</artifactId>
138+
<version>4.13.0.0</version>
139+
</dependency>
140+
135141
<dependency>
136142
<groupId>org.openjdk.jmh</groupId>
137143
<artifactId>jmh-core</artifactId>

0 commit comments

Comments
 (0)