From c51101aa2d2b18c3a57039417e5b997fd325cca2 Mon Sep 17 00:00:00 2001
From: shicf <shi_chongfu@163.com>
Date: 星期一, 02 二月 2026 11:39:01 +0800
Subject: [PATCH] 文档记录

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

diff --git a/pom.xml b/pom.xml
index 5ab9fe5..13a69f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,11 +202,19 @@
             <groupId>com.lx</groupId>
             <artifactId>product-server-customer</artifactId>
         </dependency>
+ 		<dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-project-server-contract</artifactId>
+        </dependency>
         <dependency>
             <groupId>com.lx</groupId>
             <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>

--
Gitblit v1.9.2