Apache的两个Maven工件中有四个重复的类:commons-beanutils:commons-beanutils:1.8.3和commons-collections:commons-collections:3.2.1:
org.apache.commons.collections.ArrayStack
org.apache.commons.collections.Buffer
org.apache.commons.collections.BufferUnderflowException
org.apache.commons.collections.FastHashMap
Run Code Online (Sandbox Code Playgroud)
是否可以用其他工件替换其中一个以避免这种重复?我试图谷歌但没有找到任何解决方案.相当恼人的问题.