diff --git a/pom.xml b/pom.xml index df29035f8f791c01fee9f7f5c93f314c6a945ae0..60d4ddbb147e6437c8d811bb510321af578deed5 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>