From c2cf0a2b83b1890cfb5a3aea1a8f95b83ef29f4a Mon Sep 17 00:00:00 2001
From: shicf <shi_chongfu@163.com>
Date: 星期六, 31 五月 2025 10:48:17 +0800
Subject: [PATCH] 添加允许get请求的地址配置

---
 pom.xml |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0a0d955..4b2faa3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,10 @@
     </profiles>
     <dependencies>
 
+        <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-tool-conduct</artifactId>
+        </dependency>
         <!--琛ヤ竵妯″潡-->
         <dependency>
             <groupId>com.lx</groupId>
@@ -179,6 +183,10 @@
             <groupId>com.lx</groupId>
             <artifactId>product-server-data-center</artifactId>
         </dependency>
+		<dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-system-backup</artifactId>
+        </dependency>
 
         <!--椤圭洰绠$悊妯″潡-->
         <dependency>
@@ -192,11 +200,6 @@
         <dependency>
             <groupId>org.spring</groupId>
             <artifactId>spring-server-master</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.sendgrid</groupId>
-            <artifactId>sendgrid-java</artifactId>
-            <version>4.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>

--
Gitblit v1.9.2