Explorar el Código

修改jar包冲突

syh hace 5 años
padre
commit
26e3a811f9
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -388,6 +388,11 @@
             <artifactId>javacv</artifactId>
             <version>1.4.2</version>
         </dependency>
+        <dependency>
+            <groupId>org.bytedeco</groupId>
+            <artifactId>javacv-platform</artifactId>
+            <version>1.4.2</version>
+        </dependency>
     </dependencies>
 
     <dependencyManagement>