Browse Source

update version to 0.0.14

master
sige 1 year ago
parent
commit
454fca81e6
  1. 7
      src/pom.xml

7
src/pom.xml

@ -54,6 +54,13 @@
<artifactId>commons-codec</artifactId>
<version>1.15</version>
</dependency>
<dependency>
<groupId>org.opencv</groupId>
<artifactId>opencv-490</artifactId>
<version>4.9.0</version>
<scope>system</scope>
<systemPath>${resourcesfolder}/lib/opencv-490.jar</systemPath>
</dependency>
</dependencies>
<build>

Loading…
Cancel
Save