mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-25 02:00:38 -06:00
Merge branch 'main' of github.com:nosqlbench/nosqlbench
This commit is contained in:
commit
876ce0f170
@ -19,12 +19,6 @@
|
||||
|
||||
<dependencies>
|
||||
|
||||
<!--<dependency>-->
|
||||
<!--<groupId>com.github.oshi</groupId>-->
|
||||
<!--<artifactId>oshi-core</artifactId>-->
|
||||
<!--<version>3.5.0</version>-->
|
||||
<!--</dependency>-->
|
||||
|
||||
<dependency>
|
||||
<groupId>io.nosqlbench</groupId>
|
||||
<artifactId>engine-api</artifactId>
|
||||
|
@ -32,18 +32,18 @@
|
||||
<antlr4.version>4.9.3</antlr4.version>
|
||||
<commons.compress.version>1.21</commons.compress.version>
|
||||
<commons.codec.version>1.15</commons.codec.version>
|
||||
<commons.csv.version>1.8</commons.csv.version>
|
||||
<commons.csv.version>1.9.0</commons.csv.version>
|
||||
<commons.lang.version>3.12.0</commons.lang.version>
|
||||
<commons.math3.version>3.6.1</commons.math3.version>
|
||||
<commons.text.version>1.9</commons.text.version>
|
||||
<greenrobot.version>3.1.0</greenrobot.version>
|
||||
<docker.java.version>3.2.13</docker.java.version>
|
||||
<greenrobot.version>3.0.0-RC1</greenrobot.version>
|
||||
<javapoet.version>1.13.0</javapoet.version>
|
||||
<jaxb.api.version>2.4.0-b180830.0359</jaxb.api.version>
|
||||
<jaxb.core.version>2.3.0.1</jaxb.core.version>
|
||||
<jaxb.impl.version>2.4.0-b180830.0438</jaxb.impl.version>
|
||||
<joda.time.version>2.10.13</joda.time.version>
|
||||
<jmh.version>1.34</jmh.version>
|
||||
<joda.time.version>2.9.9</joda.time.version>
|
||||
<junit.jupiter.version>5.7.2</junit.jupiter.version>
|
||||
|
||||
<lz4.version>1.4.1</lz4.version>
|
||||
@ -251,8 +251,8 @@
|
||||
|
||||
<dependency>
|
||||
<groupId>com.github.oshi</groupId>
|
||||
<artifactId>oshi-core</artifactId>
|
||||
<version>5.2.2</version>
|
||||
<artifactId>oshi-core-java11</artifactId>
|
||||
<version>6.1.5</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@ -63,7 +63,7 @@
|
||||
|
||||
<dependency>
|
||||
<groupId>com.github.oshi</groupId>
|
||||
<artifactId>oshi-core</artifactId>
|
||||
<artifactId>oshi-core-java11</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user