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 90dae9f  Removing unused jdom dependency
90dae9f is described below

commit 90dae9fa3eb68ab781ebe4d2185089698911342a
Author: Colm O hEigeartaigh <cohei...@apache.org>
AuthorDate: Mon May 27 15:34:40 2019 +0100

    Removing unused jdom dependency
---
 components/camel-gora/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/components/camel-gora/pom.xml b/components/camel-gora/pom.xml
index 0cf74f3..f47083a 100644
--- a/components/camel-gora/pom.xml
+++ b/components/camel-gora/pom.xml
@@ -141,11 +141,6 @@
       <version>${jackson-version}</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.servicemix.bundles</groupId>
-      <artifactId>org.apache.servicemix.bundles.jdom</artifactId>
-      <version>${jdom-bundle-version}</version>
-    </dependency>
-    <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
     </dependency>

Reply via email to