Merge pull request #36 from nosqlbench/sanity-checks

Module Dependencies

Usually I wouldn't merge my own PR but this one is trivial.
This commit is contained in:
Sebastián Estévez 2020-03-02 14:24:43 -05:00 committed by GitHub
commit e21e5747f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>-->