CAMEL-9649: Use rome 1.0 in camel-solr as rome 0.9 is not a valid Maven artifact


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/271bbda9
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/271bbda9
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/271bbda9

Branch: refs/heads/camel-2.11.x
Commit: 271bbda9b52fc30a4527254a489fe7bb928a834f
Parents: c4f9a73
Author: Claus Ibsen <davscl...@apache.org>
Authored: Sun Nov 10 10:10:38 2013 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Sun Nov 10 10:40:45 2013 +0100

----------------------------------------------------------------------
 components/camel-solr/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/271bbda9/components/camel-solr/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml
index 07bb7ba..79d5921 100644
--- a/components/camel-solr/pom.xml
+++ b/components/camel-solr/pom.xml
@@ -50,6 +50,19 @@
       <groupId>org.apache.solr</groupId>
       <artifactId>solr-solrj</artifactId>
       <version>${solr-version}</version>
+      <exclusions>
+        <!-- exclude rome 0.9 which is not a valid Maven artifact -->
+        <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 -->

Reply via email to