From ce6826f526a4185861d9ce5e2f89f66c9f6028ca Mon Sep 17 00:00:00 2001 From: Vincent Hardion <vincent.hardion@synchrotron-soleil.fr> Date: Wed, 8 Jul 2009 15:54:50 +0000 Subject: [PATCH] change ACE dependencies to allow debug compilation --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4384563..2cc3c51 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ <dependencies> <dependency> <groupId>edu.wustl.cse</groupId> - <artifactId>ACE</artifactId> + <artifactId>ACE-${aol}-shared-${mode}</artifactId> </dependency> <dependency> <groupId>fr.soleil.lib</groupId> -- GitLab