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:03:01 UTC

[camel] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/camel.git


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

commit 259e69feb634ea154fd8c7ca63007fc3ba25a0a6
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 0ba284c..4dad28d 100644
--- a/components/camel-jcr/pom.xml
+++ b/components/camel-jcr/pom.xml
@@ -44,13 +44,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>
@@ -58,12 +51,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>