diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -253,12 +253,24 @@ <classifier>win32</classifier>
<type>dll</type>
<scope>runtime</scope>
- </dependency>
+ </dependency> + <dependency> + <groupId>xalan</groupId> + <artifactId>xalan</artifactId> + <version>2.7.0</version> + <scope>compile</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</groupId>
+ <groupId>xalan-bin-dist</groupId>
<artifactId>xalan</artifactId>
<version>2.7.0</version>
- <scope>compile</scope>
+ <scope>runtime</scope>
</dependency>
<dependency>
<groupId>xerces</groupId>
|