修改依赖
This commit is contained in:
parent
ab62cf284f
commit
d39c06d04b
5
pom.xml
5
pom.xml
@ -41,11 +41,6 @@
|
|||||||
<artifactId>log4j-core</artifactId>
|
<artifactId>log4j-core</artifactId>
|
||||||
<version>${log.version}</version>
|
<version>${log.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency> <!-- 桥接:告诉Slf4j使用Log4j2 -->
|
|
||||||
<groupId>org.apache.logging.log4j</groupId>
|
|
||||||
<artifactId>log4j-slf4j-impl</artifactId>
|
|
||||||
<version>${log.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|||||||
2
说明.txt
2
说明.txt
@ -5,8 +5,6 @@
|
|||||||
- dependences 所有依赖
|
- dependences 所有依赖
|
||||||
- groovy-all-2.3.2 通信协议支持
|
- groovy-all-2.3.2 通信协议支持
|
||||||
- proto-1.0-20220412 通信协议支持
|
- proto-1.0-20220412 通信协议支持
|
||||||
- slf4j-api-1.7.10 日志接口
|
|
||||||
- log4j-api-2.17.0.jar 日志接口
|
- log4j-api-2.17.0.jar 日志接口
|
||||||
- log4j-core-2.17.0.jar 日志核心包
|
- log4j-core-2.17.0.jar 日志核心包
|
||||||
- log4j-slf4j-impl-2.17.0.jar 日志桥接
|
|
||||||
- sydapi4j-1.0.20220722.jar 加密机通信包
|
- sydapi4j-1.0.20220722.jar 加密机通信包
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user