aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-10-17 21:24:32 +0000
committerpdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-10-17 21:24:32 +0000
commit131da6b72ed970bb52507df61162e44d2c7a6205 (patch)
tree34fc611efd8889e440aa0c37186c5fa8601d0bb7
parent0e6b00ff7255a026fbfb8a12f122a09f135f2855 (diff)
downloadmoa-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.xml1
-rw-r--r--pom.xml2
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>
diff --git a/pom.xml b/pom.xml
index c39c0b8ac..2f9a090f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>