From 4b7990ac8c23f96f012e3c281b33e2b4af38f5e1 Mon Sep 17 00:00:00 2001 From: Vincent Hardion <vincent.hardion@synchrotron-soleil.fr> Date: Thu, 11 Jun 2009 11:48:32 +0000 Subject: [PATCH] Migration to maven : Add dependencies --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 9d2f916..7261e23 100644 --- a/pom.xml +++ b/pom.xml @@ -24,6 +24,16 @@ </plugin> </plugins> </build> + <dependencies> + <dependency> + <groupId>edu.wustl.cse</groupId> + <artifactId>ACE</artifactId> + </dependency> + <dependency> + <groupId>fr.soleil.lib</groupId> + <artifactId>ASL-${aol}-${library}-${mode}</artifactId> + </dependency> + </dependencies> <scm> <connection>${scm.connection.cvs.tango-ds}:InputOutput/ADLINK/ContinuousAO</connection> <developerConnection>${scm.developerConnection.cvs.tango-ds}:InputOutput/ADLINK/ContinuousAO</developerConnection> -- GitLab