From 465eebda3263e034cdb880dfb8f8c2c70d382616 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期五, 17 十一月 2023 10:41:42 +0800 Subject: [PATCH] 片区增加备注属性 --- pipIrr-platform/pipIrr-common/pom.xml | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-common/pom.xml b/pipIrr-platform/pipIrr-common/pom.xml index 2ad1d84..1d13469 100644 --- a/pipIrr-platform/pipIrr-common/pom.xml +++ b/pipIrr-platform/pipIrr-common/pom.xml @@ -71,6 +71,7 @@ <artifactId>springdoc-openapi-security</artifactId> </dependency> + <!--mysql椹卞姩--> <dependency> <groupId>com.mysql</groupId> @@ -108,11 +109,24 @@ <artifactId>jdom2</artifactId> </dependency> + <!-- apache mina --> + <dependency> + <groupId>org.apache.mina</groupId> + <artifactId>mina-core</artifactId> + <version>2.2.3</version> + </dependency> + <dependency> + <groupId>org.apache.mina</groupId> + <artifactId>mina-filter-compression</artifactId> + <version>2.2.3</version> + </dependency> + <!-- Hutool鏄竴涓皬鑰屽叏鐨凧ava宸ュ叿绫诲簱(https://github.com/dromara/hutool) --> <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> </dependency> + </dependencies> <build> -- Gitblit v1.8.0