diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-09-16 16:45:21 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-09-16 16:45:21 +0200 |
commit | c34ea249ec34a3ec202bc0e7e0af81cf28bbed80 (patch) | |
tree | a0f4a538ab668dfeefc5a2fc412ff511cdefa981 | |
parent | 6bb4e70c80428af4cfdcc11fdc0f9039480418d6 (diff) | |
download | moa-id-spss-c34ea249ec34a3ec202bc0e7e0af81cf28bbed80.tar.gz moa-id-spss-c34ea249ec34a3ec202bc0e7e0af81cf28bbed80.tar.bz2 moa-id-spss-c34ea249ec34a3ec202bc0e7e0af81cf28bbed80.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
|