diff options
author | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-10-17 20:57:58 +0000 |
---|---|---|
committer | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-10-17 20:57:58 +0000 |
commit | 4a5d4adc16e922d32f0cf259b4fb87d1de83f486 (patch) | |
tree | e20c3f4a14ddbe44ed6f4864ac1cb4764881d4b1 /id | |
parent | e36e20a829e95bdafff72f6727bd10f2bc8defe6 (diff) | |
download | moa-id-spss-4a5d4adc16e922d32f0cf259b4fb87d1de83f486.tar.gz moa-id-spss-4a5d4adc16e922d32f0cf259b4fb87d1de83f486.tar.bz2 moa-id-spss-4a5d4adc16e922d32f0cf259b4fb87d1de83f486.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@1016 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id')
-rw-r--r-- | id/server/idserverlib/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 93d61588c..c64a279e4 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -54,6 +54,7 @@ <dependency>
<groupId>xalan-bin-dist</groupId>
<artifactId>xml-apis</artifactId>
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>xalan-bin-dist</groupId>
|