add directapi driver to nb artifact

This commit is contained in:
Jonathan Shook 2021-07-06 11:10:20 -05:00
parent 59c6d281ca
commit 7e8fef5b5b

View File

@ -141,6 +141,12 @@
<version>4.15.51-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>driver-direct</artifactId>
<version>4.15.51-SNAPSHOT</version>
</dependency>
</dependencies>
<build>