aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>