Kotlin,解决依赖冲突

在项目中导入多个依赖时,若是多个依赖中包含相同的jar包,这时候,会出现依赖重复的问题,如何解决这个问题呢? 举个栗子: compile(“commons-httpclient”,”commons-httpclient”,”3.1”)中包含logging的jar包: web compile(“org.springframework”,”spring-webmvc”,”4.0.4.RELEASE”)
相关文章
相关标签/搜索