From 0b6189c1c208a4f1c4cd4b230dba10b3581d1ff9 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期四, 16 五月 2024 16:01:16 +0800
Subject: [PATCH] fix: 获取司机配送员信息接口修改

---
 xboot-admin/pom.xml |   23 +++--------------------
 1 files changed, 3 insertions(+), 20 deletions(-)

diff --git a/xboot-admin/pom.xml b/xboot-admin/pom.xml
index eee9bc9..dc86bc1 100644
--- a/xboot-admin/pom.xml
+++ b/xboot-admin/pom.xml
@@ -40,26 +40,6 @@
         </dependency>
         <dependency>
             <groupId>cn.exrick</groupId>
-            <artifactId>xboot-activiti</artifactId>
-            <version>1.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>cn.exrick</groupId>
-            <artifactId>xboot-social</artifactId>
-            <version>1.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>cn.exrick</groupId>
-            <artifactId>xboot-autochat</artifactId>
-            <version>1.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>cn.exrick</groupId>
-            <artifactId>xboot-app</artifactId>
-            <version>1.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>cn.exrick</groupId>
             <artifactId>xboot-your</artifactId>
             <version>1.0-SNAPSHOT</version>
         </dependency>
@@ -102,6 +82,9 @@
                         </goals>
                     </execution>
                 </executions>
+                <configuration>
+                    <includeSystemScope>true</includeSystemScope>
+                </configuration>
             </plugin>
         </plugins>
     </build>

--
Gitblit v1.9.1