Explorar el Código

【更新】 pom依赖优化,ffmpeg-platform依赖导致项目包过大

linfutong hace 3 años
padre
commit
b933bf7f44
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      zd-modules/zd-algorithm/pom.xml

+ 6 - 0
zd-modules/zd-algorithm/pom.xml

@@ -98,6 +98,12 @@
             <groupId>org.bytedeco</groupId>
             <artifactId>ffmpeg-platform</artifactId>
             <version>5.0-1.5.7</version>
+            <exclusions>
+                <exclusion>
+                    <artifactId>ffmpeg</artifactId>
+                    <groupId>org.bytedeco</groupId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <!-- https://mvnrepository.com/artifact/org.bytedeco/javacv -->
         <dependency>