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/cebaa369 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/cebaa369 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/cebaa369 Branch: refs/heads/camel-2.12.x Commit: cebaa3692a84d962bf1c4ce248e9a0b2d0e7c463 Parents: 78e3b82 Author: Claus Ibsen <[email protected]> Authored: Mon Nov 11 12:19:56 2013 +0100 Committer: Claus Ibsen <[email protected]> Committed: Mon Nov 11 12:20:19 2013 +0100 ---------------------------------------------------------------------- components/camel-solr/pom.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/cebaa369/components/camel-solr/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml index 2d0ea47..3925a2c 100644 --- a/components/camel-solr/pom.xml +++ b/components/camel-solr/pom.xml @@ -53,20 +53,13 @@ <version>${solr-version}</version> <exclusions> <!-- exclude rome 0.9 which is not a valid Maven artifact --> + <!-- rome is not a needed dependency --> <exclusion> <groupId>rome</groupId> <artifactId>rome</artifactId> </exclusion> </exclusions> </dependency> - <!-- use rome 1.0 which is a valid Maven artifact --> - <dependency> - <groupId>rome</groupId> - <artifactId>rome</artifactId> - <version>${rome-version}</version> - </dependency> - - <!-- test dependencies --> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test</artifactId>
