Merge remote-tracking branch 'nosqlbench/main' into main

This commit is contained in:
Yabin Meng
2021-03-16 15:02:48 -05:00
75 changed files with 556 additions and 618 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<artifactId>mvn-defaults</artifactId>
<groupId>io.nosqlbench</groupId>
<version>4.15.20-SNAPSHOT</version>
<version>4.15.29-SNAPSHOT</version>
<relativePath>../mvn-defaults</relativePath>
</parent>
@@ -42,13 +42,13 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>engine-api</artifactId>
<version>4.15.20-SNAPSHOT</version>
<version>4.15.29-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>driver-stdout</artifactId>
<version>4.15.20-SNAPSHOT</version>
<version>4.15.29-SNAPSHOT</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils -->