mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-25 08:11:06 -06:00
pom deps cleanup
This commit is contained in:
parent
b2152d77bb
commit
6e929e7047
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>mvn-defaults</artifactId>
|
<artifactId>mvn-defaults</artifactId>
|
||||||
<groupId>io.nosqlbench</groupId>
|
<groupId>io.nosqlbench</groupId>
|
||||||
<version>4.17.21-SNAPSHOT</version>
|
<version>4.17.22-SNAPSHOT</version>
|
||||||
<relativePath>../mvn-defaults</relativePath>
|
<relativePath>../mvn-defaults</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
@ -54,45 +54,22 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.confluent</groupId>
|
<groupId>io.confluent</groupId>
|
||||||
<artifactId>kafka-avro-serializer</artifactId>
|
<artifactId>kafka-avro-serializer</artifactId>
|
||||||
<version>5.5.1</version>
|
<version>7.2.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.nosqlbench</groupId>
|
<groupId>io.nosqlbench</groupId>
|
||||||
<artifactId>engine-api</artifactId>
|
<artifactId>engine-api</artifactId>
|
||||||
<version>4.17.21-SNAPSHOT</version>
|
<version>4.17.22-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<!-- <repositories>-->
|
<repositories>
|
||||||
<!-- <repository>-->
|
<repository>
|
||||||
<!-- <id>confluent</id>-->
|
<id>confluent</id>
|
||||||
<!-- <name>Confluent Maven Repo</name>-->
|
<url>https://packages.confluent.io/maven/</url>
|
||||||
<!-- <layout>default</layout>-->
|
</repository>
|
||||||
<!-- <url>https://packages.confluent.io/maven/</url>-->
|
</repositories>
|
||||||
<!-- <snapshots>-->
|
|
||||||
<!-- <enabled>false</enabled>-->
|
|
||||||
<!-- </snapshots>-->
|
|
||||||
<!-- </repository>-->
|
|
||||||
<!-- </repositories>-->
|
|
||||||
<!-- <profiles>-->
|
|
||||||
<!-- <profile>-->
|
|
||||||
<!-- <id>shade</id>-->
|
|
||||||
<!-- <activation>-->
|
|
||||||
<!-- <activeByDefault>true</activeByDefault>-->
|
|
||||||
<!-- </activation>-->
|
|
||||||
<!-- <build>-->
|
|
||||||
<!-- <plugins>-->
|
|
||||||
<!-- <plugin>-->
|
|
||||||
<!-- <artifactId>maven-shade-plugin</artifactId>-->
|
|
||||||
<!-- <configuration>-->
|
|
||||||
<!-- <finalName>${project.artifactId}</finalName>-->
|
|
||||||
<!-- </configuration>-->
|
|
||||||
<!-- </plugin>-->
|
|
||||||
<!-- </plugins>-->
|
|
||||||
<!-- </build>-->
|
|
||||||
<!-- </profile>-->
|
|
||||||
<!-- </profiles>-->
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
21
nb/pom.xml
21
nb/pom.xml
@ -70,13 +70,6 @@
|
|||||||
<!-- Everything below this line constitutes the delta between nb and nb5 -->
|
<!-- Everything below this line constitutes the delta between nb and nb5 -->
|
||||||
<!-- All driver-* modules should be migrated to adapter-* modules and added to nb5 -->
|
<!-- All driver-* modules should be migrated to adapter-* modules and added to nb5 -->
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>io.nosqlbench</groupId>
|
|
||||||
<artifactId>driver-http</artifactId>
|
|
||||||
<version>4.17.21-SNAPSHOT</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- <dependency>-->
|
<!-- <dependency>-->
|
||||||
<!-- <groupId>io.nosqlbench</groupId>-->
|
<!-- <groupId>io.nosqlbench</groupId>-->
|
||||||
<!-- <artifactId>driver-kafka</artifactId>-->
|
<!-- <artifactId>driver-kafka</artifactId>-->
|
||||||
@ -84,22 +77,10 @@
|
|||||||
<!-- </dependency>-->
|
<!-- </dependency>-->
|
||||||
|
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>io.nosqlbench</groupId>
|
|
||||||
<artifactId>driver-tcp</artifactId>
|
|
||||||
<version>4.17.21-SNAPSHOT</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.nosqlbench</groupId>
|
<groupId>io.nosqlbench</groupId>
|
||||||
<artifactId>driver-jmx</artifactId>
|
<artifactId>driver-jmx</artifactId>
|
||||||
<version>4.17.21-SNAPSHOT</version>
|
<version>4.17.22-SNAPSHOT</version>
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>io.nosqlbench</groupId>
|
|
||||||
<artifactId>driver-mongodb</artifactId>
|
|
||||||
<version>4.17.21-SNAPSHOT</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -41,14 +41,14 @@
|
|||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.nosqlbench</groupId>
|
<groupId>io.nosqlbench</groupId>
|
||||||
<version>4.17.22-SNAPSHOT</version>
|
|
||||||
<artifactId>virtdata-lib-basics</artifactId>
|
<artifactId>virtdata-lib-basics</artifactId>
|
||||||
|
<version>4.17.22-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.nosqlbench</groupId>
|
<groupId>io.nosqlbench</groupId>
|
||||||
<version>4.17.22-SNAPSHOT</version>
|
|
||||||
<artifactId>virtdata-lib-curves4</artifactId>
|
<artifactId>virtdata-lib-curves4</artifactId>
|
||||||
|
<version>4.17.22-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.nosqlbench</groupId>
|
<groupId>io.nosqlbench</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user