summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-10-06 22:11:42 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-10-06 22:11:42 +0200
commit50aa8aaab42fa62267aa1ae6a6070013096f5082 (patch)
treebfcfdd31adaf1d5d8d579231feb713095b987003
parent39432adc61d27878b001d7648970c9efaccb23ef (diff)
Castor 1.3.3 dependency brought in a lot of additional dependencies.
Revert to 1.3.2
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 46f8606..d5c6f0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
<dependency>
<groupId>org.codehaus.castor</groupId>
<artifactId>castor-xml-schema</artifactId>
- <version>1.3.3</version>
+ <version>1.3.2</version>
</dependency>
<dependency>
<groupId>org.python</groupId>
@@ -158,7 +158,7 @@
<dependency>
<groupId>org.codehaus.castor</groupId>
<artifactId>castor-xml</artifactId>
- <version>1.3.3</version>
+ <version>1.3.2</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>