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/a504a919
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a504a919
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a504a919

Branch: refs/heads/camel-2.12.x
Commit: a504a91980d4e7c7e7eca3d52c4a58552f3948e8
Parents: da01da2
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:21 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/a504a919/components/camel-solr/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml
index a5a9819..9b13f38 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