~/programming/experiments/jb $ jb dep 2024-12-25 19:22:16.618203 - dartle[jb 19322] - INFO - Executing 1 task out of a total of 17 tasks: 1 task selected 2024-12-25 19:22:16.618328 - dartle[jb 19322] - INFO - Running task 'dependencies' This project has the following runtime dependencies: * my-group:my-app:1.0.0 (incl. transitive): - scope compile * org.slf4j:slf4j-api:2.0.16 [compile] 1 compile dependency listed - scope runtime * org.apache.logging.log4j:log4j-core:2.24.3 [runtime] * org.apache.logging.log4j:log4j-api:2.24.3 [compile] * org.apache.logging.log4j:log4j-slf4j2-impl:2.19.0 [runtime] * org.apache.logging.log4j:log4j-api:2.19.0 [compile] * org.slf4j:slf4j-api:2.0.0 [compile] 6 runtime dependencies listed The artifact org.apache.logging.log4j:log4j-api is required with more than one version: * 2.19.0 (org.apache.logging.log4j:log4j-slf4j2-impl:2.19.0 -> org.apache.logging.log4j:log4j-api:2.19.0) * 2.24.3 (org.apache.logging.log4j:log4j-core:2.24.3 -> org.apache.logging.log4j:log4j-api:2.24.3) The artifact org.slf4j:slf4j-api is required with more than one version: * 2.0.0 (org.apache.logging.log4j:log4j-slf4j2-impl:2.19.0 -> org.slf4j:slf4j-api:2.0.0) * 2.0.16 (org.slf4j:slf4j-api:2.0.16) Build succeeded in 1.251 seconds!