Merge pull request 'Just minor changes to build deps.' (#1) from power into main
Reviewed-on: #1
This commit is contained in:
commit
a5e3b4afcd
|
@ -1,9 +1,9 @@
|
|||
version = 1.1.2
|
||||
version = 1.1.3
|
||||
pf4jVersion = 3.9.0
|
||||
slf4jVersion = 2.0.6
|
||||
slf4jVersion = 2.0.7
|
||||
camelVersion = 3.14.7
|
||||
groovyVersion = 3.0.16
|
||||
picocliVersion = 4.7.1
|
||||
oshiVersion = 6.4.0
|
||||
groovyVersion = 3.0.17
|
||||
picocliVersion = 4.7.3
|
||||
oshiVersion = 6.4.2
|
||||
spockVersion = 2.3-groovy-3.0
|
||||
tomljVersion = 1.1.0
|
||||
|
|
|
@ -3,7 +3,6 @@ package sysmon.plugins.base;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.pf4j.Plugin;
|
||||
import org.pf4j.PluginWrapper;
|
||||
import oshi.SystemInfo;
|
||||
import oshi.hardware.HardwareAbstractionLayer;
|
||||
|
||||
|
@ -15,9 +14,6 @@ public class BasePlugin extends Plugin {
|
|||
private static SystemInfo systemInfo;
|
||||
private static HardwareAbstractionLayer hardwareAbstractionLayer;
|
||||
|
||||
public BasePlugin(PluginWrapper wrapper) {
|
||||
super(wrapper);
|
||||
}
|
||||
|
||||
public static HardwareAbstractionLayer getHardwareAbstractionLayer() {
|
||||
|
||||
|
|
|
@ -1,18 +1,7 @@
|
|||
package sysmon.plugins.power;
|
||||
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.pf4j.Plugin;
|
||||
import org.pf4j.PluginWrapper;
|
||||
|
||||
public class PowerPlugin extends Plugin {
|
||||
|
||||
private static final Logger log = LoggerFactory.getLogger(PowerPlugin.class);
|
||||
|
||||
public PowerPlugin(PluginWrapper wrapper) {
|
||||
super(wrapper);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue