Repository: camel
Updated Branches:
  refs/heads/master 5a977847a -> d7a30b212


fixed the dependency tree of camel-gora


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d7a30b21
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d7a30b21
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d7a30b21

Branch: refs/heads/master
Commit: d7a30b2127553b940cbd6a85facdb92922658241
Parents: 5a97784
Author: cmueller <cmuel...@apache.org>
Authored: Tue Jun 24 18:58:26 2014 +0200
Committer: cmueller <cmuel...@apache.org>
Committed: Tue Jun 24 18:58:26 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/d7a30b21/components/camel-gora/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-gora/pom.xml b/components/camel-gora/pom.xml
index 0364ba9..60ffbfc 100644
--- a/components/camel-gora/pom.xml
+++ b/components/camel-gora/pom.xml
@@ -124,6 +124,13 @@
             <groupId>org.apache.gora</groupId>
             <artifactId>gora-core</artifactId>
             <version>${apache-gora-version}</version>
+            <exclusions>
+                <!-- because we have a direct dependency to 
org.apache.servicemix.bundles:org.apache.servicemix.bundles.hadoop-core -->
+                <exclusion>
+                    <groupId>org.apache.hadoop</groupId>
+                    <artifactId>hadoop-core</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <!-- hadoop -->

Reply via email to