From db85040968ee8a0f8245d96b8d5c388bb2f0de7a 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 df29035..60d4ddb 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/RetrigAO</connection>
     <developerConnection>${scm.developerConnection.cvs.tango-ds}:InputOutput/ADLINK/RetrigAO</developerConnection>
-- 
GitLab