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 | |
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
-rw-r--r-- | id/server/idserverlib/pom.xml | 1 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index c64a279e4..93d61588c 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -54,7 +54,6 @@ <dependency>
<groupId>xalan-bin-dist</groupId>
<artifactId>xml-apis</artifactId>
- <scope>compile</scope>
</dependency>
<dependency>
<groupId>xalan-bin-dist</groupId>
@@ -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>
|