dubbo+zookeeper slf4j-log4j12架包冲突解决方法:

////dubbo+zookeeper logfactory架包冲突解决方法:

compile(group:’com.alibaba’,name:’dubbo’,version:’2.5.3′) {

exclude(module:’spring’)

excludegroup:”org.slf4j”,module:”slf4j-log4j12″

}

compile (“org.apache.zookeeper:zookeeper:3.4.6”){

excludegroup:”org.slf4j”,module:”slf4j-log4j12″

excludegroup:”log4j”,module:”log4j”

}

compile’com.github.sgroschupf:zkclient:0.1′

    原文作者:时与110
    原文地址: https://www.jianshu.com/p/060cc0aa04b9
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞