From 975a9a087cef58c2127d8683f2fc071c6ef4d316 Mon Sep 17 00:00:00 2001
From: perry <292303709@qq.com>
Date: Wed, 10 May 2023 10:06:01 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82=E6=96=B9=E6=B3=95=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
yudao-dependencies/pom.xml | 13 +++++++++++++
yudao-module-mall/yudao-module-product-biz/pom.xml | 5 +++++
2 files changed, 18 insertions(+)
diff --git a/yudao-dependencies/pom.xml b/yudao-dependencies/pom.xml
index abfc23e06..c7b0e9dc7 100644
--- a/yudao-dependencies/pom.xml
+++ b/yudao-dependencies/pom.xml
@@ -59,6 +59,7 @@
2.7.0
4.1.90.Final
2.7.0
+ 1.4.6
3.0.0
4.10.0
@@ -611,6 +612,18 @@
spring-boot-starter-websocket
${spring.boot.version}
+
+
+ com.github.pagehelper
+ pagehelper-spring-boot-starter
+ ${pagehelper.boot.version}
+
+
+ com.github.jsqlparser
+ jsqlparser
+
+
+
diff --git a/yudao-module-mall/yudao-module-product-biz/pom.xml b/yudao-module-mall/yudao-module-product-biz/pom.xml
index b04e03208..42fbf3c4c 100644
--- a/yudao-module-mall/yudao-module-product-biz/pom.xml
+++ b/yudao-module-mall/yudao-module-product-biz/pom.xml
@@ -68,6 +68,11 @@
cn.iocoder.boot
yudao-spring-boot-starter-excel
+
+
+ com.github.pagehelper
+ pagehelper-spring-boot-starter
+