diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/pom.xml | 4 |
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> |