mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
fixed wrong dependency for shaded driver-cql
This commit is contained in:
parent
04b839efaf
commit
d4e2714531
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.nosqlbench</groupId>
|
<groupId>io.nosqlbench</groupId>
|
||||||
<artifactId>driver-cql</artifactId>
|
<artifactId>driver-cql-shaded</artifactId>
|
||||||
<version>3.12.103-SNAPSHOT</version>
|
<version>3.12.103-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@
|
|||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.nosqlbench</groupId>
|
<groupId>io.nosqlbench</groupId>
|
||||||
<artifactId>driver-cql</artifactId>
|
<artifactId>driver-cql-shaded</artifactId>
|
||||||
<version>3.12.103-SNAPSHOT</version>
|
<version>3.12.103-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user