mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
clean up nb5->mongodb dependency
This commit is contained in:
parent
ebd3b775a5
commit
56e6ff3e76
10
nb5/pom.xml
10
nb5/pom.xml
@ -75,13 +75,7 @@
|
|||||||
<artifactId>adapter-cqld4</artifactId>
|
<artifactId>adapter-cqld4</artifactId>
|
||||||
<version>4.17.20-SNAPSHOT</version>
|
<version>4.17.20-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>io.nosqlbench</groupId>
|
|
||||||
<artifactId>adapter-mongodb</artifactId>
|
|
||||||
<version>4.17.20-SNAPSHOT</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.nosqlbench</groupId>
|
<groupId>io.nosqlbench</groupId>
|
||||||
<artifactId>adapter-http</artifactId>
|
<artifactId>adapter-http</artifactId>
|
||||||
@ -159,7 +153,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.nosqlbench</groupId>
|
<groupId>io.nosqlbench</groupId>
|
||||||
<artifactId>driver-mongodb</artifactId>
|
<artifactId>adapter-mongodb</artifactId>
|
||||||
<version>4.17.20-SNAPSHOT</version>
|
<version>4.17.20-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
Loading…
Reference in New Issue
Block a user