From f2beb9cd48d8502d53d38f6033e6be878a1e2b04 Mon Sep 17 00:00:00 2001
From: 杜洪波 <1074825718@qq.com>
Date: 星期三, 11 二月 2026 17:26:38 +0800
Subject: [PATCH] 接口白名单

---
 pom.xml |   64 +++++++++++++++++---------------
 1 files changed, 34 insertions(+), 30 deletions(-)

diff --git a/pom.xml b/pom.xml
index 18179f6..f2b61b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.lx</groupId>
         <artifactId>product-server</artifactId>
-        <version>2.0.0-release</version>
+        <version>2.5.0-release</version>
     </parent>
     <artifactId>product-server-web</artifactId>
     <packaging>jar</packaging>
@@ -40,10 +40,26 @@
 
     </profiles>
     <dependencies>
+
+        <!--浜轰簨绠$悊-->
+        <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-hr</artifactId>
+        </dependency>
+        <!--璁惧绠$悊-->
+        <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-device</artifactId>
+        </dependency>
         <!--閫氱敤妯″潡锛坲til)-->
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-common</artifactId>
+        </dependency>
+        <!-- 鎵嬫満绔�-->
+        <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-mobile-core</artifactId>
         </dependency>
         <!--鏁版嵁婧�-->
         <dependency>
@@ -81,6 +97,10 @@
             <groupId>com.lx</groupId>
             <artifactId>product-server-mq</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-hr</artifactId>
+        </dependency>
         <!--闄勪欢绠$悊銆佹枃妗g鐞�-->
         <dependency>
             <groupId>com.lx</groupId>
@@ -103,11 +123,6 @@
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-data-export-import</artifactId>
-        </dependency>
-        <!--寮�鍙戝伐鍏�-->
-        <dependency>
-            <groupId>com.lx</groupId>
-            <artifactId>product-server-tool-dev</artifactId>
         </dependency>
         <!--娴佺▼寤烘ā-->
         <dependency>
@@ -156,16 +171,6 @@
         </dependency>
 
         <!--椤圭洰绠$悊妯″潡-->
-        <!--	<dependency>-->
-        <!--		<groupId>com.lx</groupId>-->
-        <!--		<artifactId>product-project-server-base</artifactId>-->
-        <!--		<version>1.0.0-SNAPSHOT</version>-->
-        <!--	</dependency>-->
-        <!--	<dependency>-->
-        <!--		<groupId>com.lx</groupId>-->
-        <!--		<artifactId>product-project-server-contract</artifactId>-->
-        <!--		<version>1.0.0-SNAPSHOT</version>-->
-        <!--	</dependency>-->
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-customer</artifactId>
@@ -175,14 +180,12 @@
             <artifactId>product-server-task</artifactId>
         </dependency>
         <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-integration</artifactId>
+        </dependency>
+        <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>
@@ -329,7 +332,8 @@
                                     <fileset dir="${project.build.directory}/lib">
                                         <include name="*.jar"/>
                                         <exclude name="product-server-core-1.0.0-SNAPSHOT.jar"/>
-                                        <exclude name="product-server-core-2.0.0-SNAPSHOT.jar"/>
+                                        <exclude name="product-server-core-2.1.3-SNAPSHOT.jar"/>
+                                        <exclude name="product-server-core-3.0.0-release.jar"/>
                                     </fileset>
                                 </copy>
                                 <copy todir="D:/product/workspace/product-server-install/resources/product-server/resources">
@@ -340,13 +344,13 @@
                                         <include name="*.xml"/>
                                     </fileset>
                                 </copy>
-                                <copy todir="D:/product/workspace/product-server-install/resources/product-server/webapp/web">
-                                    <fileset dir="D:/product/workspace3.0/WEB/V3.0.0/dist">
-                                        <include name="*.*"/>
-                                    </fileset>
-                                </copy>
-                                <copy file="${project.build.directory}/product-server-web-2.0.0-release.jar"
-                                      tofile="D:/product/workspace/product-server-install/resources/product-server/product-server-web-2.0.0-release.jar"
+                                <!--                                <copy todir="D:/product/workspace/product-server-install/resources/product-server/webapp/web">-->
+                                <!--                                    <fileset dir="D:/product/workspace3.0/WEB/V3.0.0/dist">-->
+                                <!--                                        <include name="*.*"/>-->
+                                <!--                                    </fileset>-->
+                                <!--                                </copy>-->
+                                <copy file="${project.build.directory}/product-server-web-2.5.0-release.jar"
+                                      tofile="D:/product/workspace/product-server-install/resources/product-server/product-server-web-2.5.0-release.jar"
                                       overwrite="true"/>
                             </tasks>
 

--
Gitblit v1.9.2