mirror of
https://gitee.com/270580156/weiyu.git
synced 2025-12-30 10:52:26 +00:00
Sync from bytedesk-private: update
This commit is contained in:
@@ -15,3 +15,5 @@
|
||||
# 呼叫中心
|
||||
|
||||
- 提供呼叫中心系统API对接定制
|
||||
- 智能外呼
|
||||
- 智能录音
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user