From 6e8c95d31d85b53857e4e3ce12ea303eb0ea42eb Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 19 八月 2021 00:47:48 +0800
Subject: [PATCH] 优化代码

---
 service-api/pom.xml |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/service-api/pom.xml b/service-api/pom.xml
old mode 100644
new mode 100755
index 0f53884..64918c8
--- a/service-api/pom.xml
+++ b/service-api/pom.xml
@@ -35,12 +35,9 @@
 
         <dependency>
             <groupId>com.java110</groupId>
-            <artifactId>java110-config</artifactId>
+            <artifactId>java110-interface</artifactId>
             <scope>provided</scope>
         </dependency>
-
-
-
 
 
         <dependency>
@@ -59,6 +56,7 @@
 
     <build>
         <finalName>service-api</finalName>
+
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -75,7 +73,7 @@
                             <artifactItems>
                                 <artifactItem>
                                     <groupId>com.java110</groupId>
-                                    <artifactId>java110-config</artifactId>
+                                    <artifactId>java110-interface</artifactId>
                                     <version>${microcommunity.version}</version>
                                     <type>jar</type>
                                     <overWrite>true</overWrite>
@@ -112,5 +110,6 @@
                 </configuration>
             </plugin>
         </plugins>
+
     </build>
 </project>

--
Gitblit v1.8.0