nosqlbench/nb-annotations/pom.xml

33 lines
1.2 KiB
XML

<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>mvn-defaults</artifactId>
<groupId>io.nosqlbench</groupId>
<version>4.17.32-SNAPSHOT</version>
<relativePath>../mvn-defaults</relativePath>
</parent>
<artifactId>nb-annotations</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>
This is the annotations module for NoSQLBench. It is the only upstream module from nb-api.
It is a separate module to enable annotation processors to be compiled separately to be used
downstream in any module that depends on the api. To use this module, simply depend on
nb-api.
</description>
<dependencies>
<!-- TODO: Move this down to virtdata if it is the only module group using it -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
</dependency>
</dependencies>
</project>