删除org.bytedeco javacv-platform 1.5.6
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -152,11 +152,6 @@
|
|||||||
<version>3.12.5</version>
|
<version>3.12.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.bytedeco</groupId>
|
|
||||||
<artifactId>javacv-platform</artifactId>
|
|
||||||
<version>1.5.6</version>
|
|
||||||
</dependency>
|
|
||||||
<!--阿里短信服务-->
|
<!--阿里短信服务-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.aliyun</groupId>
|
<groupId>com.aliyun</groupId>
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ import com.aliyun.vod20170321.models.*;
|
|||||||
import com.aliyuncs.profile.DefaultProfile;
|
import com.aliyuncs.profile.DefaultProfile;
|
||||||
import com.aliyuncs.DefaultAcsClient;
|
import com.aliyuncs.DefaultAcsClient;
|
||||||
import com.aliyuncs.exceptions.ClientException;
|
import com.aliyuncs.exceptions.ClientException;
|
||||||
import com.aliyuncs.http.MethodType;
|
|
||||||
import com.aliyuncs.profile.IClientProfile;
|
import com.aliyuncs.profile.IClientProfile;
|
||||||
import com.aliyuncs.sts.model.v20150401.AssumeRoleRequest;
|
import com.aliyuncs.sts.model.v20150401.AssumeRoleRequest;
|
||||||
import com.aliyuncs.sts.model.v20150401.AssumeRoleResponse;
|
import com.aliyuncs.sts.model.v20150401.AssumeRoleResponse;
|
||||||
@@ -17,12 +16,7 @@ import com.peanut.modules.common.dao.VideoM3u8Dao;
|
|||||||
import com.peanut.modules.common.entity.VideoM3u8Entity;
|
import com.peanut.modules.common.entity.VideoM3u8Entity;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.stereotype.Component;
|
import org.springframework.stereotype.Component;
|
||||||
//import org.bytedeco.javacv.FFmpegFrameGrabber;
|
|
||||||
//import org.bytedeco.javacv.FrameGrabber;
|
|
||||||
|
|
||||||
import java.util.HashMap;
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
|
||||||
|
|
||||||
@Component
|
@Component
|
||||||
public class SpdbUtil {
|
public class SpdbUtil {
|
||||||
|
|||||||
Reference in New Issue
Block a user