Updated Branches: refs/heads/camel-2.12.x cebaa3692 -> 738defda3 refs/heads/master eceb3fca7 -> 86565f0d6
camel-solr removed not needed dependency on rome Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/86565f0d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/86565f0d Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/86565f0d Branch: refs/heads/master Commit: 86565f0d6a82931b28f7b749ad6c2e68a85cce46 Parents: eceb3fc Author: Claus Ibsen <[email protected]> Authored: Mon Nov 11 12:25:53 2013 +0100 Committer: Claus Ibsen <[email protected]> Committed: Mon Nov 11 12:25:53 2013 +0100 ---------------------------------------------------------------------- components/camel-solr/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/86565f0d/components/camel-solr/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml index edfe706..53f839f 100644 --- a/components/camel-solr/pom.xml +++ b/components/camel-solr/pom.xml @@ -94,6 +94,11 @@ <groupId>asm</groupId> <artifactId>asm</artifactId> </exclusion> + <!-- rome is not a needed dependency --> + <exclusion> + <groupId>rome</groupId> + <artifactId>rome</artifactId> + </exclusion> </exclusions> </dependency> <dependency>
