File tree Expand file tree Collapse file tree 5 files changed +10
-7
lines changed
src/main/java/org/gradlex/jvm/dependency/conflict/detection/rules Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -250,8 +250,8 @@ dependencies {
250250 implementation(" stax:stax-api:1.0.1" )
251251 implementation(" velocity:velocity:1.4" )
252252 implementation(" woodstox:wstx-asl:2.9.3" )
253+ implementation(" woodstox:wstx-lgpl:3.2.7" )
253254
254- implementation(" com.google.collections:google-collections:1.0" ) // moved down: https://github.com/gradle/gradle/issues/22326
255-
256- // implementation("woodstox:wstx-lgpl:3.2.7") - has no POM file
255+ // moved down: https://github.com/gradle/gradle/issues/22326
256+ implementation(" com.google.collections:google-collections:1.0" )
257257}
Original file line number Diff line number Diff line change @@ -248,6 +248,7 @@ compileClasspath - Compile classpath for source set 'main'.
248248+--- stax:stax-api:1.0.1 FAILED
249249+--- velocity:velocity:1.4 FAILED
250250+--- woodstox:wstx-asl:2.9.3 FAILED
251+ +--- woodstox:wstx-lgpl:3.2.7 FAILED
251252\--- com.google.collections:google-collections:1.0 FAILED
252253
253254A web-based, searchable dependency report is available by adding the --scan option.
Original file line number Diff line number Diff line change @@ -253,10 +253,10 @@ dependencies {
253253 implementation(" stax:stax-api:1.0.1" )
254254 implementation(" velocity:velocity:1.4" )
255255 implementation(" woodstox:wstx-asl:2.9.3" )
256+ implementation(" woodstox:wstx-lgpl:3.2.7" )
256257
257- implementation(" com.google.collections:google-collections:1.0" ) // moved down: https://github.com/gradle/gradle/issues/22326
258-
259- // implementation("woodstox:wstx-lgpl:3.2.7") - has no POM file
258+ // moved down: https://github.com/gradle/gradle/issues/22326
259+ implementation(" com.google.collections:google-collections:1.0" )
260260}
261261
262262jvmDependencyConflicts {
Original file line number Diff line number Diff line change @@ -353,6 +353,7 @@ compileClasspath - Compile classpath for source set 'main'.
353353+--- stax:stax-api:1.0.1
354354+--- velocity:velocity:1.4 -> org.apache.velocity:velocity-engine-core:2.3 (*)
355355+--- woodstox:wstx-asl:2.9.3 -> org.codehaus.woodstox:woodstox-core-asl:4.4.1 (*)
356+ +--- woodstox:wstx-lgpl:3.2.7 -> org.codehaus.woodstox:woodstox-core-asl:4.4.1 (*)
356357\--- com.google.collections:google-collections:1.0 -> com.google.guava:guava:33.0.0-jre (*)
357358
358359(c) - A dependency constraint, not a dependency. The dependency affected by the constraint occurs elsewhere in the tree.
Original file line number Diff line number Diff line change @@ -274,7 +274,8 @@ public enum CapabilityDefinition {
274274 "org.codehaus.woodstox:woodstox-core-lgpl" ,
275275 "org.codehaus.woodstox:wstx-asl" ,
276276 "org.codehaus.woodstox:wstx-lgpl" ,
277- "woodstox:wstx-asl"
277+ "woodstox:wstx-asl" ,
278+ "woodstox:wstx-lgpl"
278279 ),
279280 JAKARTA_ACTIVATION_API (HIGHEST_VERSION , JakartaActivationApiRule .class ,
280281 "jakarta.activation:jakarta.activation-api" ,
You can’t perform that action at this time.
0 commit comments