我有一个大项目,它带来了同一罐子的两个版本:
<!-- This artifact was moved to: javax.servlet » javax.servlet-api -->
<exclude>javax.servlet:servlet-api</exclude>
<!-- This artifact was moved to: org.apache.httpcomponents » httpclient -->
<exclude>commons-httpclient:commons-httpclient</exclude>
<!-- Note: This artifact was moved to: io.reactivex » rxjava -->
<exclude>com.netflix.rxjava:*</exclude>
当前,我排除了它们并手动添加了新版本。
如何使用新版本自动配置构建。