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