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/eceb3fca Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/eceb3fca Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/eceb3fca Branch: refs/heads/master Commit: eceb3fca71cc097dfb5fb12d8c5940197480f7f9 Parents: 4954d57 Author: Claus Ibsen <[email protected]> Authored: Mon Nov 11 12:19:56 2013 +0100 Committer: Claus Ibsen <[email protected]> Committed: Mon Nov 11 12:19:56 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/eceb3fca/components/camel-solr/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml index 81a38a3..edfe706 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>
