aboutsummaryrefslogtreecommitdiff
path: root/common-test
diff options
context:
space:
mode:
authormcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-08-28 11:53:33 +0000
committermcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-08-28 11:53:33 +0000
commit6be52df44678056f95d36f08361b94e2befeb044 (patch)
tree64895fe31a4c193ab7810932ad19d80e93d96bd8 /common-test
parentc6e7d0eb0d545b136cc64724010e6d9368a7974c (diff)
downloadmoa-id-spss-6be52df44678056f95d36f08361b94e2befeb044.tar.gz
moa-id-spss-6be52df44678056f95d36f08361b94e2befeb044.tar.bz2
moa-id-spss-6be52df44678056f95d36f08361b94e2befeb044.zip
Xalan artifact serializer.jar added.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@968 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'common-test')
-rw-r--r--common-test/pom.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/common-test/pom.xml b/common-test/pom.xml
index 69f653348..697cc04b8 100644
--- a/common-test/pom.xml
+++ b/common-test/pom.xml
@@ -38,16 +38,20 @@
<optional>true</optional>
</dependency>
<dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </dependency>
+ <dependency>
<groupId>xalan-bin-dist</groupId>
<artifactId>xalan</artifactId>
</dependency>
<dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
+ <groupId>xalan-bin-dist</groupId>
+ <artifactId>xml-apis</artifactId>
</dependency>
<dependency>
- <groupId>xerces</groupId>
- <artifactId>xmlParserAPIs</artifactId>
+ <groupId>xalan-bin-dist</groupId>
+ <artifactId>serializer</artifactId>
</dependency>
</dependencies>
</project>