mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-11 08:22:04 -06:00
introduce picocli to standard libs
This commit is contained in:
parent
f255c5ec09
commit
380b3cbae5
@ -91,7 +91,6 @@
|
||||
<dependency>
|
||||
<groupId>info.picocli</groupId>
|
||||
<artifactId>picocli</artifactId>
|
||||
<version>4.6.3</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
@ -40,7 +40,6 @@
|
||||
<jaxb.api.version>2.4.0-b180830.0359</jaxb.api.version>
|
||||
<jaxb.core.version>2.3.0.1</jaxb.core.version>
|
||||
<jaxb.impl.version>2.4.0-b180830.0438</jaxb.impl.version>
|
||||
<joda.time.version>2.10.14</joda.time.version>
|
||||
|
||||
<lz4.version>1.4.1</lz4.version>
|
||||
<!-- <metrics.version>4.0.7</metrics.version>-->
|
||||
@ -96,6 +95,12 @@
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>info.picocli</groupId>
|
||||
<artifactId>picocli</artifactId>
|
||||
<version>4.6.3</version>
|
||||
</dependency>
|
||||
|
||||
<!-- due to https://github.com/oshi/oshi/issues/1289 -->
|
||||
<dependency>
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
@ -296,7 +301,7 @@
|
||||
<dependency>
|
||||
<groupId>joda-time</groupId>
|
||||
<artifactId>joda-time</artifactId>
|
||||
<version>${joda.time.version}</version>
|
||||
<version>2.10.14</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@ -44,6 +44,12 @@
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>jna</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>info.picocli</groupId>
|
||||
<artifactId>picocli</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>jna-platform</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user