# zookeeper-slf4j **Repository Path**: zhanghj_java/zookeeper-slf4j ## Basic Information - **Project Name**: zookeeper-slf4j - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-10-29 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### ZooKeeper-slf4j精简版本 修改内容: - 将log4j相关内容取消 - 整理依赖库,将slf4j,netty升级到平台推荐版本 - 去掉了一堆看起来没用的引用库 附:原POM文件 ``` 4.0.0 org.apache.zookeeper zookeeper pom 3.4.6 org.slf4j slf4j-api 1.6.1 compile org.slf4j slf4j-log4j12 1.6.1 compile org.apache.maven.wagon wagon-http 2.4 true org.apache.maven maven-ant-tasks 2.1.3 true log4j log4j 1.2.16 compile jline jline 0.9.94 compile io.netty netty 3.7.0.Final compile org.vafer jdeb 0.8 true junit junit 4.8.1 test org.mockito mockito-all 1.8.2 test checkstyle checkstyle 5.0 test jdiff jdiff 1.0.9 true xerces xerces 1.4.4 true org.apache.rat apache-rat-tasks 0.6 true commons-lang commons-lang 2.4 true commons-collections commons-collections 3.1 true ```