From 4e8c24a99b7c958b1380c2f760f1b826c5b6e009 Mon Sep 17 00:00:00 2001
From: Fancy <Fancy.fx@outlook.com>
Date: 星期四, 25 七月 2024 17:22:28 +0800
Subject: [PATCH] edit bug
---
pms-parent/pom.xml | 41 +++++++++++++++++++++++++++++++++++++++++
1 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/pms-parent/pom.xml b/pms-parent/pom.xml
index a3c20b7..3a9b035 100644
--- a/pms-parent/pom.xml
+++ b/pms-parent/pom.xml
@@ -21,6 +21,14 @@
<modules>
<module>pms-common</module>
<module>pms-global</module>
+ <module>pms-web-base</module>
+ <module>pms-web-file</module>
+ <module>pms-web-other</module>
+ <module>pms-web-platform</module>
+ <module>pms-web-product</module>
+ <module>pms-web-report</module>
+ <module>pms-web-sso</module>
+ <module>pms-web-station</module>
</modules>
<properties>
@@ -38,6 +46,7 @@
<mybatis-spring.version>3.0.3</mybatis-spring.version>
<cglib.version>3.3.0</cglib.version>
<fastjson2.version>2.0.48</fastjson2.version>
+ <easyexcel.version>3.3.4</easyexcel.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<dubbo.version>3.2.11</dubbo.version>
<hutool-all.version>5.8.22</hutool-all.version>
@@ -213,6 +222,14 @@
<type>pom</type>
<scope>import</scope>
</dependency>
+ <!-- 闃块噷EasyExcel -->
+ <dependency>
+ <groupId>com.alibaba</groupId>
+ <artifactId>easyexcel</artifactId>
+ <version>${easyexcel.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
<!-- vo po杞崲 -->
<dependency>
<groupId>org.mapstruct</groupId>
@@ -241,6 +258,30 @@
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.yaml</groupId>
+ <artifactId>snakeyaml</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.alibaba.spring</groupId>
+ <artifactId>spring-context-support</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.alibaba.fastjson2</groupId>
+ <artifactId>fastjson2</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.alibaba</groupId>
+ <artifactId>hessian-lite</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.javassist</groupId>
+ <artifactId>javassist</artifactId>
+ </exclusion>
</exclusions>
</dependency>
--
Gitblit v1.8.0