includeSystemScope

This commit is contained in:
devezhao 2021-08-09 23:05:37 +08:00
parent e0039dd097
commit 629ce23d82

View file

@ -31,13 +31,14 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<!-- /etc/init.d/rebuild.jar start|stop|restart -->
<!--
<configuration>
<!-- /etc/init.d/rebuild.jar start|stop|restart -->
<!--
<executable>true</executable>
<fork>true</fork>
-->
<includeSystemScope>true</includeSystemScope>
</configuration>
-->
</plugin>
<plugin>
<groupId>com.github.eirslett</groupId>
@ -424,7 +425,7 @@
<!-- Local .deps -->
<dependency>
<groupId>local</groupId>
<groupId>deps</groupId>
<artifactId>dingtalk-sdk</artifactId>
<version>20210719</version>
<scope>system</scope>