aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
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 /pom.xml
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 'pom.xml')
-rw-r--r--pom.xml52
1 files changed, 29 insertions, 23 deletions
diff --git a/pom.xml b/pom.xml
index ff5fb98c5..7746a6891 100644
--- a/pom.xml
+++ b/pom.xml
@@ -254,36 +254,42 @@
<type>dll</type>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.7.1</version>
+ <scope>compile</scope>
+ </dependency>
+ <!-- The xmlParserAPIs.jar of the official xalan distribution
+ and the one in the central repository differ. So, we
+ are going to include the official one in our own
+ distribution to prevent from problems with different
+ versions in the endorsed directory of the servlet container
+ or jre endorsed directory. -->
<dependency>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- <version>2.7.0</version>
- <scope>compile</scope>
+ <groupId>xalan-bin-dist</groupId>
+ <artifactId>xml-apis</artifactId>
+ <version>2.7.0</version><!-- xalan version -->
+ <scope>runtime</scope>
</dependency>
<!-- The xalan.jar of the official xalan distribution
and the one in the central repository differ. So, we
are going to include the official one in our own
distribution to prevent from problems with different
versions in the endorsed directory of the servlet container
- or jre endorsed directory. -->
- <dependency>
- <groupId>xalan-bin-dist</groupId>
- <artifactId>xalan</artifactId>
- <version>2.7.0</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>2.7.1</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xmlParserAPIs</artifactId>
- <version>2.6.2</version>
- <scope>compile</scope>
- </dependency>
+ or jre endorsed directory. -->
+ <dependency>
+ <groupId>xalan-bin-dist</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.7.0</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>xalan-bin-dist</groupId>
+ <artifactId>serializer</artifactId>
+ <version>2.7.0</version><!-- xalan version -->
+ <scope>runtime</scope>
+ </dependency>
</dependencies>
</dependencyManagement>