Skip to content
Snippets Groups Projects
Commit 02dec6e3 authored by Vincent Hardion's avatar Vincent Hardion
Browse files

delete OpenCV (don't use it directly)

parent 5dc2d035
Branches main
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
</parent>
<groupId>fr.soleil.device</groupId>
<artifactId>ImgCalibration-${aol}-${mode}</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
<packaging>nar</packaging>
<name>ImgCalibration</name>
<description>ImgCalibration device</description>
......@@ -21,29 +21,17 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>net.sourceforge</groupId>
<artifactId>OpenCV</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>ISL-${aol}-${library}-${mode}</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-${library}-${mode}</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId>
</dependency>
<dependency>
<groupId>net.sourceforge</groupId>
<artifactId>OpenCV</artifactId>
</dependency>
<dependency>
<groupId>net.sourceforge</groupId>
<artifactId>OpenCV</artifactId>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-${library}-${mode}</artifactId>
</dependency>
</dependencies>
<scm>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment