You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2014/03/27 08:02:00 UTC

[4/8] git commit: CAMEL-7326: Exclude unused dependency

CAMEL-7326: Exclude unused dependency

Exclude unused dependency on jdk.tools (tools.jar) to avoid problems
when importing and working with Eclipse m2e integration.

Signed-off-by: Gregor Zurowski <gr...@zurowski.org>

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

Branch: refs/heads/master
Commit: 2d84828d8f8089af93e64c0021e604dd6ca4b944
Parents: 942902c
Author: Gregor Zurowski <gr...@zurowski.org>
Authored: Wed Mar 26 23:27:58 2014 -0400
Committer: Gregor Zurowski <gr...@zurowski.org>
Committed: Wed Mar 26 23:27:58 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/camel/blob/2d84828d/components/camel-hdfs2/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hdfs2/pom.xml b/components/camel-hdfs2/pom.xml
index 6dbb62c..8f78f99 100644
--- a/components/camel-hdfs2/pom.xml
+++ b/components/camel-hdfs2/pom.xml
@@ -60,6 +60,12 @@
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
       <version>${hadoop2-version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>jdk.tools</groupId>
+          <artifactId>jdk.tools</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>