Replace dingtalk-sdk with JitPack

This commit is contained in:
devezhao 2021-08-31 23:55:37 +08:00
parent 736806b539
commit a9153d4421
2 changed files with 4 additions and 9 deletions

13
pom.xml
View file

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