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 | 37 +++++++++++++++++++------------------ 1 files changed, 19 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index 7f7fd4a..4b2faa3 100644 --- a/pom.xml +++ b/pom.xml @@ -40,6 +40,21 @@ </profiles> <dependencies> + + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-tool-conduct</artifactId> + </dependency> + <!--琛ヤ竵妯″潡--> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-patch</artifactId> + </dependency> + <!--浜轰簨绠$悊--> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-hr</artifactId> + </dependency> <!--璁惧绠$悊--> <dependency> <groupId>com.lx</groupId> @@ -168,16 +183,12 @@ <groupId>com.lx</groupId> <artifactId>product-server-data-center</artifactId> </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-system-backup</artifactId> + </dependency> <!--椤圭洰绠$悊妯″潡--> - <dependency> - <groupId>com.lx</groupId> - <artifactId>product-project-server-base</artifactId> - </dependency> - <dependency> - <groupId>com.lx</groupId> - <artifactId>product-project-server-contract</artifactId> - </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-customer</artifactId> @@ -189,16 +200,6 @@ <dependency> <groupId>org.spring</groupId> <artifactId>spring-server-master</artifactId> - </dependency> - <!--瑗垮畞--> - <dependency> - <groupId>com.lx</groupId> - <artifactId>product-server-xining</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