Repository: cxf Updated Branches: refs/heads/master 167de59b4 -> 5365fde2c
Don't need xalan in there Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/e5eb148d Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/e5eb148d Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/e5eb148d Branch: refs/heads/master Commit: e5eb148d3a45de96ab7bf4082d1b0a8bb292ae8f Parents: 109e40d Author: Daniel Kulp <[email protected]> Authored: Wed May 7 13:19:14 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Wed May 7 13:19:35 2014 -0400 ---------------------------------------------------------------------- core/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/e5eb148d/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 006826b..7ec7609 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -138,11 +138,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>xalan</groupId> - <artifactId>xalan</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <optional>true</optional>
