summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-07-06 11:00:24 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-07-06 11:00:24 +0200
commit24314dc1699c7e73048fa24e33729f1aa1ec0e86 (patch)
treec97af82997783b860c36f4410973b23caff0d42e /pom.xml
parentcc79e98c4763affba4fa2e17dfe5a412f9de66c3 (diff)
Modules serialize with Castor. Just about to remove the parsing.
CastorXMLUtility is now a static member of gateway. Domain specific instances can be used by domain applications, but the maps do not interfere with the kernel.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index efcd70c..8d08f7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,6 @@
<dependency>
<groupId>cristal</groupId>
<artifactId>cristal-dev</artifactId>
- <version>0.3</version>
</dependency>
</dependencies>
<dependencyManagement>
@@ -71,6 +70,11 @@
<artifactId>jldap</artifactId>
<version>4.3</version>
</dependency>
+ <dependency>
+ <groupId>cristal</groupId>
+ <artifactId>cristal-dev</artifactId>
+ <version>0.3</version>
+ </dependency>
</dependencies>
</dependencyManagement>
<build>