aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-09-16 16:45:21 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-09-16 16:45:21 +0200
commitc34ea249ec34a3ec202bc0e7e0af81cf28bbed80 (patch)
treea0f4a538ab668dfeefc5a2fc412ff511cdefa981
parent6bb4e70c80428af4cfdcc11fdc0f9039480418d6 (diff)
downloadmoa-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 059fd30b2..2908abba1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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