2020-02-20 15:37:40 -06: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">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
2020-02-24 10:20:00 -06:00
|
|
|
<artifactId>mvn-defaults</artifactId>
|
2020-02-20 15:37:40 -06:00
|
|
|
<groupId>io.nosqlbench</groupId>
|
2022-02-17 11:26:15 -06:00
|
|
|
<version>4.17.10-SNAPSHOT</version>
|
2020-02-24 10:20:00 -06:00
|
|
|
<relativePath>../mvn-defaults</relativePath>
|
2020-02-20 15:37:40 -06:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>virtdata-lib-realer</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<name>virtdata-lib-realer</name>
|
2020-03-05 11:30:53 -06:00
|
|
|
<url>http://nosqlbench.io/</url>
|
2020-02-20 15:37:40 -06:00
|
|
|
|
|
|
|
<description>With inspiration from other libraries</description>
|
|
|
|
|
|
|
|
<dependencies>
|
2020-08-11 23:59:53 -05:00
|
|
|
|
2020-02-20 15:37:40 -06:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.nosqlbench</groupId>
|
|
|
|
<artifactId>virtdata-lib-basics</artifactId>
|
2022-02-17 11:26:15 -06:00
|
|
|
<version>4.17.10-SNAPSHOT</version>
|
2020-02-20 15:37:40 -06:00
|
|
|
</dependency>
|
2020-08-11 23:59:53 -05:00
|
|
|
|
2020-02-20 15:37:40 -06:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|