mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
update inactive coords
This commit is contained in:
parent
8313613943
commit
a3a513814e
48
nb/pom.xml
48
nb/pom.xml
@ -1,4 +1,6 @@
|
|||||||
<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">
|
<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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|
||||||
@ -123,11 +125,6 @@
|
|||||||
<!-- <version>2.12.51-SNAPSHOT</version>-->
|
<!-- <version>2.12.51-SNAPSHOT</version>-->
|
||||||
<!-- </dependency>-->
|
<!-- </dependency>-->
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>ch.qos.logback</groupId>
|
|
||||||
<artifactId>logback-classic</artifactId>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.activation</groupId>
|
<groupId>javax.activation</groupId>
|
||||||
<artifactId>activation</artifactId>
|
<artifactId>activation</artifactId>
|
||||||
@ -138,15 +135,15 @@
|
|||||||
<artifactId>jaxb-api</artifactId>
|
<artifactId>jaxb-api</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- <dependency>-->
|
<!-- <dependency>-->
|
||||||
<!-- <groupId>com.github.docker-java</groupId>-->
|
<!-- <groupId>com.github.docker-java</groupId>-->
|
||||||
<!-- <artifactId>docker-java-api</artifactId>-->
|
<!-- <artifactId>docker-java-api</artifactId>-->
|
||||||
<!-- </dependency>-->
|
<!-- </dependency>-->
|
||||||
|
|
||||||
<!-- <dependency>-->
|
<!-- <dependency>-->
|
||||||
<!-- <groupId>com.github.docker-java</groupId>-->
|
<!-- <groupId>com.github.docker-java</groupId>-->
|
||||||
<!-- <artifactId>docker-java-core</artifactId>-->
|
<!-- <artifactId>docker-java-core</artifactId>-->
|
||||||
<!-- </dependency>-->
|
<!-- </dependency>-->
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
@ -171,6 +168,9 @@
|
|||||||
<manifest>
|
<manifest>
|
||||||
<mainClass>io.nosqlbench.engine.cli.NBCLI</mainClass>
|
<mainClass>io.nosqlbench.engine.cli.NBCLI</mainClass>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
<manifestEntries>
|
||||||
|
<Multi-Release>true</Multi-Release>
|
||||||
|
</manifestEntries>
|
||||||
</archive>
|
</archive>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
@ -184,16 +184,16 @@
|
|||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<!-- <filters>-->
|
<!-- <filters>-->
|
||||||
<!-- <filter>-->
|
<!-- <filter>-->
|
||||||
<!-- <artifact>*:*</artifact>-->
|
<!-- <artifact>*:*</artifact>-->
|
||||||
<!-- <excludes>-->
|
<!-- <excludes>-->
|
||||||
<!-- <exclude>META-INF/*.SF</exclude>-->
|
<!-- <exclude>META-INF/*.SF</exclude>-->
|
||||||
<!-- <exclude>META-INF/*.DSA</exclude>-->
|
<!-- <exclude>META-INF/*.DSA</exclude>-->
|
||||||
<!-- <exclude>META-INF/*.RSA</exclude>-->
|
<!-- <exclude>META-INF/*.RSA</exclude>-->
|
||||||
<!-- </excludes>-->
|
<!-- </excludes>-->
|
||||||
<!-- </filter>-->
|
<!-- </filter>-->
|
||||||
<!-- </filters>-->
|
<!-- </filters>-->
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user