mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-23 13:55:08 +08:00
Replace dingtalk-sdk with JitPack
This commit is contained in:
parent
736806b539
commit
a9153d4421
2 changed files with 4 additions and 9 deletions
Binary file not shown.
13
pom.xml
13
pom.xml
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.5.2</version>
|
||||
<version>2.5.4</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<groupId>com.rebuild</groupId>
|
||||
|
@ -37,7 +37,7 @@
|
|||
<executable>true</executable>
|
||||
<fork>true</fork>
|
||||
-->
|
||||
<includeSystemScope>true</includeSystemScope>
|
||||
<!-- <includeSystemScope>true</includeSystemScope> -->
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
@ -435,15 +435,10 @@
|
|||
<artifactId>java-saml</artifactId>
|
||||
<version>2.6.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Local .deps -->
|
||||
<dependency>
|
||||
<groupId>deps</groupId>
|
||||
<groupId>com.github.devezhao</groupId>
|
||||
<artifactId>dingtalk-sdk</artifactId>
|
||||
<version>20210719</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/.deps/taobao-sdk-java-auto_1479188381469-20210716.jar</systemPath>
|
||||
<version>1.0-20210901</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue