maven depends on jar package conflict: the project depends on version 1.0 of C and B depends on version 1.1 of C, neither can be used without 1.0. 1.1C cannot be used without 1.1C, 1.0B cannot be used without 1.1B, that is, neither exclusion, can be configured in An or B nor the C version can be specified directly. How to solve this situation? What other solutions are there for
to use a version that happens to be compatible with both versions besides using neither 1.0 nor 1.1?