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 <gre...@zurowski.org> Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/942902c1 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/942902c1 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/942902c1 Branch: refs/heads/master Commit: 942902c101c7309f86c914e65c1e9a05d95af24b Parents: 06ffb5d Author: Gregor Zurowski <gre...@zurowski.org> Authored: Wed Mar 26 21:47:34 2014 -0400 Committer: Gregor Zurowski <gre...@zurowski.org> Committed: Wed Mar 26 21:47:34 2014 -0400 ---------------------------------------------------------------------- components/camel-solr/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/942902c1/components/camel-solr/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml index 1995fd2..02aa439 100644 --- a/components/camel-solr/pom.xml +++ b/components/camel-solr/pom.xml @@ -81,6 +81,10 @@ <groupId>rome</groupId> <artifactId>rome</artifactId> </exclusion> + <exclusion> + <groupId>jdk.tools</groupId> + <artifactId>jdk.tools</artifactId> + </exclusion> </exclusions> </dependency> <dependency>