From ec809f0f35973f5b86c8b5e7cccec8af0bc9803f Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 31 十月 2024 15:09:12 +0800 Subject: [PATCH] 车辆属性一致率阈值bug --- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index c2ea5e9..82b6100 100644 --- a/pom.xml +++ b/pom.xml @@ -126,6 +126,12 @@ </dependencyManagement> <dependencies> + <dependency> + <groupId>org.bytedeco</groupId> + <artifactId>javacv-platform</artifactId> + <version>1.5.1</version> + <type>pom</type> + </dependency> <!-- sip鍗忚鏍� --> <dependency> <groupId>javax.sip</groupId> -- Gitblit v1.8.0