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/738defda Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/738defda Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/738defda Branch: refs/heads/camel-2.12.x Commit: 738defda329dd4be920de5d8f334fa734c310714 Parents: cebaa36 Author: Claus Ibsen <[email protected]> Authored: Mon Nov 11 12:25:53 2013 +0100 Committer: Claus Ibsen <[email protected]> Committed: Mon Nov 11 12:26:05 2013 +0100 ---------------------------------------------------------------------- components/camel-solr/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/738defda/components/camel-solr/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml index 3925a2c..c16ade5 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>
