You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2019/05/29 11:06:52 UTC

[camel] branch camel-2.x updated: Removing unused rome dependency from camel-jcr

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new b561f52  Removing unused rome dependency from camel-jcr
b561f52 is described below

commit b561f52c659b275ed0abe6e7b5666a4797c7d978
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed May 29 12:02:35 2019 +0100

    Removing unused rome dependency from camel-jcr
---
 components/camel-jcr/pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/components/camel-jcr/pom.xml b/components/camel-jcr/pom.xml
index bb30ff3..0d8dab5 100644
--- a/components/camel-jcr/pom.xml
+++ b/components/camel-jcr/pom.xml
@@ -45,13 +45,6 @@
       <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>
     <!-- jackrabbit uses lucene 3.x -->
     <dependency>
@@ -59,12 +52,6 @@
       <artifactId>lucene-core</artifactId>
       <version>${lucene3-version}</version>
     </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>
       <artifactId>jcr</artifactId>