From f2df44d7b3865cafe86baa48e19d1df0c0723702 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期三, 29 十一月 2023 19:46:46 +0800 Subject: [PATCH] pipIrr-mwTest-client阶段提交 --- pipIrr-platform/pipIrr-mw/pom.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pipIrr-platform/pipIrr-mw/pom.xml b/pipIrr-platform/pipIrr-mw/pom.xml index 57010d3..379d653 100644 --- a/pipIrr-platform/pipIrr-mw/pom.xml +++ b/pipIrr-platform/pipIrr-mw/pom.xml @@ -17,6 +17,7 @@ <modules> <module>pipIrr-mw-accept</module> <module>pipIrr-mwTest-server</module> + <module>pipIrr-mwTest-client</module> </modules> <dependencies> @@ -75,9 +76,8 @@ <artifactId>jackson-dataformat-yaml</artifactId> <exclusions> <exclusion> - <!-- 鎺掗櫎鎺変緷璧� --> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> + <groupId>*</groupId> + <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> -- Gitblit v1.8.0