Update camel dependency.
Improve handling of oshi dependency.
This commit is contained in:
parent
638aab4b5d
commit
0d8924c753
|
@ -19,7 +19,7 @@ dependencies {
|
||||||
implementation "info.picocli:picocli:${picocliVersion}"
|
implementation "info.picocli:picocli:${picocliVersion}"
|
||||||
implementation 'org.tomlj:tomlj:1.0.0'
|
implementation 'org.tomlj:tomlj:1.0.0'
|
||||||
|
|
||||||
implementation(group: 'com.github.oshi', name: 'oshi-core', version: "5.7.3") {
|
runtimeOnly(group: 'com.github.oshi', name: 'oshi-core', version: oshiVersion) {
|
||||||
exclude(group: "org.slf4j")
|
exclude(group: "org.slf4j")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
version=0.0.3
|
version=0.0.4
|
||||||
pf4jVersion=3.6.0
|
pf4jVersion=3.6.0
|
||||||
slf4jVersion=1.7.30
|
slf4jVersion=1.7.30
|
||||||
camelVersion=3.7.4
|
camelVersion=3.10.0
|
||||||
picocliVersion=4.6.1
|
picocliVersion=4.6.1
|
||||||
|
oshiVersion=5.7.3
|
|
@ -22,7 +22,7 @@ subprojects {
|
||||||
}
|
}
|
||||||
annotationProcessor(group: 'org.pf4j', name: 'pf4j', version: "${pf4jVersion}")
|
annotationProcessor(group: 'org.pf4j', name: 'pf4j', version: "${pf4jVersion}")
|
||||||
|
|
||||||
implementation(group: 'com.github.oshi', name: 'oshi-core', version: "5.7.3") {
|
compileOnly(group: 'com.github.oshi', name: 'oshi-core', version: oshiVersion) {
|
||||||
exclude(group: "org.slf4j")
|
exclude(group: "org.slf4j")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue