add openCV to project
This commit is contained in:
parent
e8feaaf4af
commit
9c6e9e09ce
13
pom.xml
13
pom.xml
@ -12,6 +12,7 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<junit.jupiter.version>5.5.2</junit.jupiter.version>
|
||||
<project.path.lib>${project.basedir}/libs</project.path.lib>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@ -42,6 +43,18 @@
|
||||
<artifactId>sqlite-jdbc</artifactId>
|
||||
<version>3.28.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.opencv</groupId>
|
||||
<artifactId>opencv-jar</artifactId>
|
||||
<version>4.1.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.path.lib}/openCv/opencv-410.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>opencvjar</groupId>
|
||||
<artifactId>opencvjar</artifactId>
|
||||
<version>4.1.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
|
Loading…
Reference in New Issue
Block a user