File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,18 +20,21 @@ dependencies {
2020 exclude(group = " com.fasterxml.jackson.core" , module = " jackson-core" )
2121 exclude(group = " com.fasterxml.jackson.core" , module = " jackson-annotations" )
2222 exclude(group = " com.fasterxml.jackson.core" , module = " jackson-databind" )
23+ exclude(group = " ch.qos.logback" )
2324 }
2425
2526 implementation(" org.jboss.pnc.maven-manipulator:pom-manipulation-common:${project.extra.get(" pmeVersion" )} " ) {
2627 exclude(group = " com.fasterxml.jackson.core" , module = " jackson-core" )
2728 exclude(group = " com.fasterxml.jackson.core" , module = " jackson-annotations" )
2829 exclude(group = " com.fasterxml.jackson.core" , module = " jackson-databind" )
30+ exclude(group = " ch.qos.logback" )
2931 }
3032
3133 implementation(" org.jboss.pnc.maven-manipulator:pom-manipulation-io:${project.extra.get(" pmeVersion" )} " ) {
3234 exclude(group = " com.fasterxml.jackson.core" , module = " jackson-core" )
3335 exclude(group = " com.fasterxml.jackson.core" , module = " jackson-annotations" )
3436 exclude(group = " com.fasterxml.jackson.core" , module = " jackson-databind" )
37+ exclude(group = " ch.qos.logback" )
3538 }
3639
3740 implementation(" org.slf4j:slf4j-api:${project.extra.get(" slf4jVersion" )} " )
Original file line number Diff line number Diff line change @@ -10,12 +10,6 @@ dependencies {
1010 implementation(" commons-io:commons-io:${project.extra.get(" commonsIOVersion" )} " )
1111 implementation(" commons-beanutils:commons-beanutils:${project.extra.get(" commonsBeanVersion" )} " )
1212
13- // Ensure logback is not updated transitively.
14- // implementation("ch.qos.logback:logback-classic") { version {
15- // strictly("${project.extra.get("logbackVersion")}") } }
16- // implementation("ch.qos.logback:logback-core") { version { strictly("${project.extra.get("logbackVersion")}") }
17- // }
18-
1913 implementation(" org.commonjava.atlas:atlas-identities:${project.extra.get(" atlasVersion" )} " ) {
2014 exclude(group = " ch.qos.logback" )
2115 }
You can’t perform that action at this time.
0 commit comments