update inactive coords

This commit is contained in:
Jonathan Shook 2020-11-16 17:27:40 -06:00
parent 8313613943
commit a3a513814e

View File

@ -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>
@ -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>