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

Migration to maven : Add dependencies

parent 947fe74b
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,32 @@ ...@@ -21,6 +21,32 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </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>
</dependency>
</dependencies>
<scm> <scm>
<connection>${scm.connection.cvs.tango-ds}:Calculation/ImgCalibration</connection> <connection>${scm.connection.cvs.tango-ds}:Calculation/ImgCalibration</connection>
<developerConnection>${scm.developerConnection.cvs.tango-ds}:Calculation/ImgCalibration</developerConnection> <developerConnection>${scm.developerConnection.cvs.tango-ds}:Calculation/ImgCalibration</developerConnection>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment