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 098df3f Removing unused jdom dependency 098df3f is described below commit 098df3febb30f7c51f616d179efef2f7140d76b8 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 8cee508..83496aa 100644 --- a/components/camel-gora/pom.xml +++ b/components/camel-gora/pom.xml @@ -136,11 +136,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>