Repository: camel
Updated Branches:
  refs/heads/camel-2.13.x a6508e2a6 -> 637aa4dfe


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/637aa4df
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/637aa4df
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/637aa4df

Branch: refs/heads/camel-2.13.x
Commit: 637aa4dfe56babf50a91009ddc23bff3fd26cbf3
Parents: a6508e2
Author: Willem Jiang <willem.ji...@gmail.com>
Authored: Sun Aug 24 18:13:57 2014 +0800
Committer: Willem Jiang <willem.ji...@gmail.com>
Committed: Wed Aug 27 16:32:07 2014 +0800

----------------------------------------------------------------------
 components/camel-fop/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/637aa4df/components/camel-fop/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-fop/pom.xml b/components/camel-fop/pom.xml
index 1082445..dcbd748 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>

Reply via email to