add mongodb to nb5 artifact

This commit is contained in:
Jonathan Shook
2022-08-18 12:56:23 -05:00
parent 09c1b81964
commit 3695fd0d9a

View File

@@ -52,6 +52,12 @@
<version>4.17.25-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>adapter-mongodb</artifactId>
<version>4.17.25-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>adapter-stdout</artifactId>