mirror of
https://github.com/getrebuild/rebuild.git
synced 2024-11-10 08:55:31 +08:00
includeSystemScope
This commit is contained in:
parent
e0039dd097
commit
629ce23d82
1 changed files with 5 additions and 4 deletions
9
pom.xml
9
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue