From 33b45f4ce71e89b9dd5d01d37c79628c0a3fbb23 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期五, 17 三月 2023 17:21:23 +0800
Subject: [PATCH] 增加功能
---
xboot-admin/pom.xml | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/xboot-admin/pom.xml b/xboot-admin/pom.xml
index c991556..dc86bc1 100644
--- a/xboot-admin/pom.xml
+++ b/xboot-admin/pom.xml
@@ -40,11 +40,6 @@
</dependency>
<dependency>
<groupId>cn.exrick</groupId>
- <artifactId>xboot-social</artifactId>
- <version>1.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>cn.exrick</groupId>
<artifactId>xboot-your</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
@@ -87,6 +82,9 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <includeSystemScope>true</includeSystemScope>
+ </configuration>
</plugin>
</plugins>
</build>
--
Gitblit v1.9.1