my Maven dependency tree is as follows
Self
+- A
|  \- C 2.x
\- B
   \- C 3.xthe project relies on two libraries of AMagi B, which uses different versions of the C library, and the reference to C is necessary, and the two versions are not compatible with each other
how do I resolve this dependency conflict?
