CAMEL-9649: Use rome 1.0 in camel-jcr 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/faeb31ba
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/faeb31ba
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/faeb31ba

Branch: refs/heads/master
Commit: faeb31ba590f163bd44d9d02c00f60b3f3e51ca9
Parents: 4a3afe6
Author: Claus Ibsen <davscl...@apache.org>
Authored: Sat Nov 9 16:04:27 2013 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Sat Nov 9 16:04:42 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/faeb31ba/components/camel-jcr/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jcr/pom.xml b/components/camel-jcr/pom.xml
index eff2006..13a54c9 100644
--- a/components/camel-jcr/pom.xml
+++ b/components/camel-jcr/pom.xml
@@ -43,6 +43,19 @@
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-core</artifactId>
       <version>${jackrabbit-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>
     <dependency>
       <groupId>javax.jcr</groupId>

Reply via email to