Skip to content

Commit 3c3f21a

Browse files
committed
Add ScyllaDB-based Kvin implementation.
1 parent 435d153 commit 3c3f21a

File tree

5 files changed

+626
-14
lines changed

5 files changed

+626
-14
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.17.0.0</version>
139+
</dependency>
140+
135141
<dependency>
136142
<groupId>org.openjdk.jmh</groupId>
137143
<artifactId>jmh-core</artifactId>

0 commit comments

Comments
 (0)