能不能统一一下log4j的版本啊。
Open
help wanted
type/proposal
- Dominant language
- Java
- Stars
- 41.6k
- Forks
- 26.4k
- Avg merge
- 15h 13m
- Merged PRs (30d)
- 4
Description
```
org.apache.dubbo
dubbo-dependencies-zookeeper
${dubbo.version}
pom
```
这个依赖中的zk中使用的log4j版本,,,而dubbo-spring-xxx中使用的是log4j2版本,导致我在测试check时,如果不配置logger不出现异常,,,,能不能统一一下日志框架版本呢,
不然我得在idea中的其它子模块中显式使用排除:
```
org.apache.zookeeper
zookeeper
log4j
log4j
```
代码很冗余啊,很多模块用到了zk,而zk用到了log4j。
Contributor guide
Assessment
This issue has not been assessed yet.