瀏覽代碼

no message

FengChaoYu 5 月之前
父節點
當前提交
8e6199802c
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      mall-server-api/pom.xml

+ 4 - 1
mall-server-api/pom.xml

@@ -427,7 +427,7 @@
             <groupId>com.fadada.api</groupId>
             <artifactId>open-api</artifactId>
             <version>1.8.11.RELEASE</version>
-            <scope>runtime</scope>
+            <scope>system</scope>
             <systemPath>${pom.basedir}/src/main/resources/libs/open-api-1.8.11.RELEASE.jar</systemPath>
         </dependency>
 
@@ -467,6 +467,9 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <configuration>
+                    <includeSystemScope>true</includeSystemScope>
+                </configuration>
             </plugin>
             <plugin>
                 <groupId>com.plus.plugin</groupId>