move neo4j from previous merge to new structure

This commit is contained in:
Jonathan Shook
2024-04-12 11:08:48 -05:00
parent 99636f3186
commit 0046230abf
24 changed files with 29 additions and 5 deletions

View File

@@ -197,6 +197,20 @@
</dependencies>
</profile>
<profile>
<id>adapter-neo4j-include</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<dependencies>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>adapter-neo4j</artifactId>
<version>${revision}</version>
</dependency>
</dependencies>
</profile>
<profile>
<id>adapter-kafka-include</id>
<activation>