diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-10-06 22:11:42 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-10-06 22:11:42 +0200 |
| commit | 50aa8aaab42fa62267aa1ae6a6070013096f5082 (patch) | |
| tree | bfcfdd31adaf1d5d8d579231feb713095b987003 | |
| parent | 39432adc61d27878b001d7648970c9efaccb23ef (diff) | |
Castor 1.3.3 dependency brought in a lot of additional dependencies.
Revert to 1.3.2
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
