From b2c953fc76de2a9686ee81d5311bd9b06e453912 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期一, 07 三月 2022 01:17:45 +0800 Subject: [PATCH] 优化ssrc释放逻辑,优化级联点播速度,去除等待流格式的配置项 --- pom.xml | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 9d31f72..2dde4da 100644 --- a/pom.xml +++ b/pom.xml @@ -253,10 +253,6 @@ <artifactId>spring-boot-starter-test</artifactId> <!-- <scope>test</scope>--> </dependency> - <dependency> - <groupId>org.projectlombok</groupId> - <artifactId>lombok</artifactId> - </dependency> </dependencies> -- Gitblit v1.8.0