guava-19.0 google-collections-1.0 都有 ImmutableSet 类,包路径也一致,前者有 copyOf(Collection)?

一、应用报错:

二、解决办法

configurations.all {

exclude module: 'logback-core'

exclude module: 'logback-classic'

  exclude module: 'google-collections'

}

三、重启应用

比较前后生成的依赖关系

gradlew dependencies > dependsx.txt

没有google-collections-1.0.jar

问题解决!

最新文章

  1. RHEL 6.6安装桌面环境GNOME
  2. 在Ubuntu Server下配置LAMP环境
  3. MySQL好用的数学函数
  4. ACM中的浮点数精度处理
  5. android系统掉电保护
  6. 二分法 (UVA10668 Expanding Rods)(二分+几何)
  7. [树结构]平衡二叉树AVL
  8. jmeter里json path postprocessor的用法
  9. spring框架--IOC容器,依赖注入
  10. java.lang.IllegalArgumentException: object is not an instance of declaring class
  11. Spark编译及spark开发环境搭建
  12. 获取物理内存total值和used值
  13. 开源虚拟化KVM(三)管理虚拟网络
  14. P2802 回家 (DFS+剪枝)
  15. 挖矿病毒 qW3xT.2 最终解决方案
  16. jquery实现文本框click清空文本内容
  17. Linux安全配置步骤简述
  18. Unity3d之截图方法
  19. CF2B The least round way 题解
  20. 基于CentOS与VmwareStation10搭建Oracle11G RAC 64集群环境:4.安装Oracle RAC FAQ-4.7.Oracle 11G R2 RAC修改public网络IP

热门文章

  1. css学习の第一弹—格式创建
  2. WordPress文章中插入qq表情
  3. Activity 与 springMvc相整合
  4. shell脚本中文件测试
  5. Linux上部署SVN
  6. UML系列图
  7. redis集群离线安装
  8. 1077. Kuchiguse (20)
  9. android studio视频教学
  10. 理解JAVA内存模型