2020-09-15 23:56:50 -05:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2020-09-15 19:30:34 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<artifactId>mvn-defaults</artifactId>
|
|
|
|
<groupId>io.nosqlbench</groupId>
|
2022-05-18 14:02:41 -05:00
|
|
|
<version>4.17.13-SNAPSHOT</version>
|
2020-09-15 19:30:34 -05:00
|
|
|
<relativePath>../mvn-defaults</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>drivers-api</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<name>${project.artifactId}</name>
|
|
|
|
<description>
|
|
|
|
The drivers API for nosqlbench;
|
|
|
|
Provides the interfaces needed to build drivers that can be loaded
|
|
|
|
by nosqlbench core
|
|
|
|
</description>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.nosqlbench</groupId>
|
|
|
|
<artifactId>nb-api</artifactId>
|
2022-05-18 14:02:41 -05:00
|
|
|
<version>4.17.13-SNAPSHOT</version>
|
2020-09-15 19:30:34 -05:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.nosqlbench</groupId>
|
|
|
|
<artifactId>virtdata-userlibs</artifactId>
|
2022-05-18 14:02:41 -05:00
|
|
|
<version>4.17.13-SNAPSHOT</version>
|
2020-09-15 19:30:34 -05:00
|
|
|
</dependency>
|
|
|
|
|
2021-07-20 18:26:34 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.nosqlbench</groupId>
|
|
|
|
<artifactId>adapters-api</artifactId>
|
2022-05-18 14:02:41 -05:00
|
|
|
<version>4.17.13-SNAPSHOT</version>
|
2021-07-20 18:26:34 -05:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
2020-09-15 19:30:34 -05:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|