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

Migration to maven : Add dependencies

parent 9298f46f
Branches
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>fr.soleil.lib</groupId>
<artifactId>Interpolator-${aol}-${library}-${mode}</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>Exceptions</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>Utils</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>Monochromator-${aol}-${library}-${mode}</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>GenericBender-${aol}-${library}-${mode}</artifactId>
</dependency>
<dependency>
<groupId>org.gnu</groupId>
<artifactId>GSL</artifactId>
</dependency>
</dependencies>
<scm> <scm>
<connection>${scm.connection.cvs.tango-ds}:Motion/MechanicalGenericBender</connection> <connection>${scm.connection.cvs.tango-ds}:Motion/MechanicalGenericBender</connection>
<developerConnection>${scm.developerConnection.cvs.tango-ds}:Motion/MechanicalGenericBender</developerConnection> <developerConnection>${scm.developerConnection.cvs.tango-ds}:Motion/MechanicalGenericBender</developerConnection>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment