artifact selection fixed for PR

This commit is contained in:
Jonathan Shook 2022-03-22 11:22:24 -05:00
parent 80deebd64a
commit 4a7e9f5ef7
3 changed files with 3 additions and 9 deletions

View File

@ -19,12 +19,6 @@
<dependencies>
<!--<dependency>-->
<!--<groupId>com.github.oshi</groupId>-->
<!--<artifactId>oshi-core</artifactId>-->
<!--<version>3.5.0</version>-->
<!--</dependency>-->
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>engine-api</artifactId>

View File

@ -251,8 +251,8 @@
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<version>5.8.7</version>
<artifactId>oshi-core-java11</artifactId>
<version>6.1.5</version>
</dependency>
<dependency>

View File

@ -63,7 +63,7 @@
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<artifactId>oshi-core-java11</artifactId>
</dependency>
<dependency>