|
@@ -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>
|