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

Migration to maven : Add dependencies

parent d0c7d10e
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,24 @@ ...@@ -21,6 +21,24 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<dependencies>
<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>fr.soleil.lib</groupId>
<artifactId>PLCServerProxy-${aol}-${library}-${mode}</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId>
</dependency>
</dependencies>
<scm> <scm>
<connection>${scm.connection.cvs.tango-ds}:Vacuum/CryoCooler</connection> <connection>${scm.connection.cvs.tango-ds}:Vacuum/CryoCooler</connection>
<developerConnection>${scm.developerConnection.cvs.tango-ds}:Vacuum/CryoCooler</developerConnection> <developerConnection>${scm.developerConnection.cvs.tango-ds}:Vacuum/CryoCooler</developerConnection>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment