diff options
author | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-28 11:53:33 +0000 |
---|---|---|
committer | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-28 11:53:33 +0000 |
commit | 6be52df44678056f95d36f08361b94e2befeb044 (patch) | |
tree | 64895fe31a4c193ab7810932ad19d80e93d96bd8 /common | |
parent | c6e7d0eb0d545b136cc64724010e6d9368a7974c (diff) | |
download | moa-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')
-rw-r--r-- | common/pom.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/common/pom.xml b/common/pom.xml index f4eacf8e9..c51265c96 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -51,10 +51,16 @@ <optional>true</optional> </dependency> <dependency> - <groupId>xerces</groupId> - <artifactId>xmlParserAPIs</artifactId> + <groupId>xalan-bin-dist</groupId> + <artifactId>xml-apis</artifactId> <scope>compile</scope> <optional>true</optional> </dependency> + <dependency> + <groupId>xalan-bin-dist</groupId> + <artifactId>serializer</artifactId> + <scope>runtime</scope> + <optional>true</optional> + </dependency> </dependencies> </project> |