aboutsummaryrefslogtreecommitdiff
path: root/common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common/pom.xml')
-rw-r--r--common/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 85b206ee9..f4eacf8e9 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -40,8 +40,9 @@
<artifactId>saxpath</artifactId>
</dependency>
<dependency>
- <groupId>xalan</groupId>
+ <groupId>xalan-bin-dist</groupId>
<artifactId>xalan</artifactId>
+ <scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
@@ -52,6 +53,7 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xmlParserAPIs</artifactId>
+ <scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>