Repository: camel Updated Branches: refs/heads/master af47d5178 -> 86a191f2c
CAMEL-7737 Fixed the test error of camel-fop Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/86a191f2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/86a191f2 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/86a191f2 Branch: refs/heads/master Commit: 86a191f2ca4c58408ee79b0f52620873adf8dab0 Parents: af47d51 Author: Willem Jiang <willem.ji...@gmail.com> Authored: Sun Aug 24 18:13:57 2014 +0800 Committer: Willem Jiang <willem.ji...@gmail.com> Committed: Sun Aug 24 18:14:12 2014 +0800 ---------------------------------------------------------------------- components/camel-fop/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/86a191f2/components/camel-fop/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-fop/pom.xml b/components/camel-fop/pom.xml index fc605a9..07e79ae 100644 --- a/components/camel-fop/pom.xml +++ b/components/camel-fop/pom.xml @@ -53,6 +53,11 @@ <groupId>org.apache.avalon.framework</groupId> <artifactId>avalon-framework-impl</artifactId> </exclusion> + <!-- exclude the dependency of xalan to fix CAMEL-7737 --> + <exclusion> + <groupId>xalan</groupId> + <artifactId>xalan</artifactId> + </exclusion> </exclusions> </dependency> <dependency>