summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-06-19 21:00:29 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-06-19 21:00:29 +0200
commit2827a4b2d5aea32dc3c26a80f47309a6b68ac34b (patch)
treefc5639f566cc0efa9081a18114ea9106a519e4d1 /pom.xml
parent839ff8b7380e31c260fe50994d20a53b1ec0327f (diff)
Refactor modules
Support workflows on module resources
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5021662..d11d8ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,11 @@
<artifactId>xalan</artifactId>
<version>2.7.1</version>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.castor</groupId>
+ <artifactId>castor-codegen</artifactId>
+ <version>1.3.2</version>
+ </dependency>
</dependencies>
</dependencyManagement>
<build>