This commit is contained in:
Jonathan Shook 2020-03-03 13:28:05 -06:00
commit 026c9d832d
3 changed files with 16 additions and 3 deletions

View File

@ -8,7 +8,7 @@
<relativePath>../mvn-defaults</relativePath>
</parent>
<artifactId>at-cql</artifactId>
<artifactId>activitytype-cql</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>

View File

@ -8,7 +8,7 @@
<relativePath>../mvn-defaults</relativePath>
</parent>
<artifactId>at-cqlverify</artifactId>
<artifactId>activitytype-cqlverify</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
@ -23,7 +23,7 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>at-cql</artifactId>
<artifactId>activitytype-cql</artifactId>
<version>3.12.2-SNAPSHOT</version>
</dependency>

View File

@ -69,6 +69,19 @@
<version>3.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>activitytype-cql</artifactId>
<version>3.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>activitytype-cqlverify</artifactId>
<version>3.12.2-SNAPSHOT</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>io.nosqlbench</groupId>-->
<!-- <artifactId>nb-runtime</artifactId>-->