解决引用相同jar文件导致的错误

解决引用相同jar文件导致的错误,错误代码

 Multiple artifacts of the module commons-io#commons-io;2.3 are retrieved to the same file! Update the retrieve pattern  to fix this error.

ivy代码

        

解决:

        

原因:

未知,只是从别人那里学的

你可能感兴趣的:(ivy)