[issue-61] Use OSHI library for getting system information

This fixes #61
This commit is contained in:
Alex Ott
2020-03-16 11:43:43 +01:00
parent 3262d527ba
commit 2c662ffbe5
5 changed files with 35 additions and 64 deletions

View File

@@ -112,6 +112,11 @@
<version>4.1.45.Final</version>
</dependency>
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>