Sync from bytedesk-private: update

This commit is contained in:
jack ning
2024-12-22 23:11:38 +08:00
parent ffed359e24
commit 6d3b49e360
2 changed files with 17 additions and 0 deletions

View File

@@ -15,3 +15,5 @@
# 呼叫中心
- 提供呼叫中心系统API对接定制
- 智能外呼
- 智能录音

View File

@@ -132,6 +132,13 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
<scope>provided</scope>
</dependency>
<!-- querydsl crud增强-->
<!-- http://querydsl.com/ -->
<!-- https://github.com/querydsl/querydsl/tree/master/querydsl-jpa -->
@@ -316,6 +323,14 @@
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
<scope>provided</scope>
</dependency>
<!-- redis search https://github.com/redis/lettucemod -->
<!-- https://mvnrepository.com/artifact/com.redis/lettucemod-spring -->
<!-- <dependency>