feature: 新增挂载 webdav client pom 依赖

This commit is contained in:
zhaojun
2022-05-16 21:41:36 +08:00
parent b70c37f3f0
commit eca5f7e48b

View File

@@ -111,6 +111,14 @@
</exclusions>
</dependency>
<!-- webdav client -->
<dependency>
<groupId>com.github.lookfirst</groupId>
<artifactId>sardine</artifactId>
<version>5.10</version>
</dependency>
<!-- 其他工具类 -->
<dependency>
<groupId>org.projectlombok</groupId>