diff options
author | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-10-17 21:24:32 +0000 |
---|---|---|
committer | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-10-17 21:24:32 +0000 |
commit | 131da6b72ed970bb52507df61162e44d2c7a6205 (patch) | |
tree | 34fc611efd8889e440aa0c37186c5fa8601d0bb7 /pom.xml | |
parent | 0e6b00ff7255a026fbfb8a12f122a09f135f2855 (diff) | |
download | moa-id-spss-131da6b72ed970bb52507df61162e44d2c7a6205.tar.gz moa-id-spss-131da6b72ed970bb52507df61162e44d2c7a6205.tar.bz2 moa-id-spss-131da6b72ed970bb52507df61162e44d2c7a6205.zip |
set xalan to be available at compile time for use of XPathAPI
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1018 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -365,7 +365,7 @@ <groupId>xalan-bin-dist</groupId>
<artifactId>xalan</artifactId>
<version>2.7.0</version>
- <scope>runtime</scope>
+ <scope>compile</scope><!-- for XPathAPI, Javadoc,...-->
</dependency>
<dependency>
<groupId>xalan-bin-dist</groupId>
|