diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-09-16 16:49:25 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-09-16 16:49:25 +0200 |
commit | a9a7499e0158f437e26e20cb2a489f2d47281ea7 (patch) | |
tree | 0d7335e7bda9848e6fe66cd6756140d0f27023b3 | |
parent | 8074865580b5fa28817b37c9ad2e8c992ebef977 (diff) | |
download | moa-id-spss-a9a7499e0158f437e26e20cb2a489f2d47281ea7.tar.gz moa-id-spss-a9a7499e0158f437e26e20cb2a489f2d47281ea7.tar.bz2 moa-id-spss-a9a7499e0158f437e26e20cb2a489f2d47281ea7.zip |
solve problem with xml-apis.jar and xercesImpl.jar
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -445,7 +445,7 @@ <dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
- <version>2.11.0</version>
+ <version>2.9.1</version>
<scope>compile</scope>
</dependency>
<!-- The xmlParserAPIs.jar of the official xalan distribution
|