Update camel dependency.

Improve handling of oshi dependency.
This commit is contained in:
Mark Nellemann 2021-06-11 12:57:37 +02:00
parent 638aab4b5d
commit 0d8924c753
3 changed files with 5 additions and 4 deletions

View File

@ -19,7 +19,7 @@ dependencies {
implementation "info.picocli:picocli:${picocliVersion}"
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")
}

View File

@ -1,5 +1,6 @@
version=0.0.3
version=0.0.4
pf4jVersion=3.6.0
slf4jVersion=1.7.30
camelVersion=3.7.4
camelVersion=3.10.0
picocliVersion=4.6.1
oshiVersion=5.7.3

View File

@ -22,7 +22,7 @@ subprojects {
}
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")
}