Код: Выделить всё
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
$ java --version
openjdk 21.0.1 2023-10-17 LTS
Код: Выделить всё
[ERROR] Failed while enforcing releasability.
[ERROR]
[ERROR] Dependency convergence error for org.slf4j:slf4j-api:jar:1.7.7 paths to dependency are:
[ERROR] +-com.foo.traf:demo-app:jar:1.0-SNAPSHOT
[ERROR] +-com.microsoft.azure:msal4j-persistence-extension:jar:1.3.0:compile
[ERROR] +-org.slf4j:slf4j-api:jar:1.7.7:compile
[ERROR] and
[ERROR] +-com.foo.traf:demo-app:jar:1.0-SNAPSHOT
[ERROR] +-com.microsoft.azure:msal4j:jar:1.16.1:compile
[ERROR] +-org.slf4j:slf4j-api:jar:1.7.36:compile
[ERROR] and
[ERROR] +-com.foo.traf:demo-app:jar:1.0-SNAPSHOT
[ERROR] +-org.slf4j:slf4j-api:jar:2.0.13:compile
Код: Выделить всё
com.microsoft.azure
msal4j-persistence-extension
1.3.0
org.slf4j
slf4j-api
Код: Выделить всё
com.microsoft.azure
msal4j
1.16.1
org.slf4j
slf4j-api
Код: Выделить всё
[INFO] +- com.microsoft.azure:msal4j-persistence-extension:jar:1.3.0:compile
[INFO] +- com.microsoft.azure:msal4j:jar:1.16.1:compile
[INFO] | +- com.nimbusds:oauth2-oidc-sdk:jar:11.9.1:compile
[INFO] | | +- com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:compile
[INFO] | | +- com.nimbusds:content-type:jar:2.3:compile
[INFO] | | +- com.nimbusds:lang-tag:jar:1.7:compile
[INFO] | | \- com.nimbusds:nimbus-jose-jwt:jar:9.37.3:compile
[INFO] | \- net.minidev:json-smart:jar:2.5.0:compile
[INFO] | \- net.minidev:accessors-smart:jar:2.5.0:compile
[INFO] | \- org.ow2.asm:asm:jar:9.3:compile
Подробнее здесь: https://stackoverflow.com/questions/787 ... -according