Browse Source

修改jar包冲突

syh 5 years ago
parent
commit
26e3a811f9
1 changed files with 5 additions and 0 deletions
  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>