Skip to content

Commit

Permalink
Add ScyllaDB-based Kvin implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenwenzel committed Dec 13, 2023
1 parent 435d153 commit 4c6ee21
Show file tree
Hide file tree
Showing 3 changed files with 652 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bundles/io.github.linkedfactory.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.scylladb</groupId>
<artifactId>java-driver-core</artifactId>
<version>4.13.0.0</version>
</dependency>

<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
Expand Down
Loading

0 comments on commit 4c6ee21

Please sign in to comment.