Repository: camel Updated Branches: refs/heads/camel-2.14.x 2aecbaa2f -> 2902cf5a8 refs/heads/camel-2.15.x 0d8635d2f -> f73bf5229
CAMEL-8836 Removed the useless joda-time bundle from the camel-elasticsearch feature Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2902cf5a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2902cf5a Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2902cf5a Branch: refs/heads/camel-2.14.x Commit: 2902cf5a8fe5c214d233aeb6ddcd969df0509af4 Parents: 2aecbaa Author: Willem Jiang <willem.ji...@gmail.com> Authored: Fri Jun 5 20:21:18 2015 +0800 Committer: Willem Jiang <willem.ji...@gmail.com> Committed: Fri Jun 5 20:21:18 2015 +0800 ---------------------------------------------------------------------- platforms/karaf/features/src/main/resources/features.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/2902cf5a/platforms/karaf/features/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 4cfe8d0..37640c2 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -303,7 +303,6 @@ <bundle dependency='true'>mvn:com.google.protobuf/protobuf-java/${protobuf-version}</bundle> <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version}</bundle> <bundle dependency='true'>mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-smile/${jackson2-version}</bundle> - <bundle dependency='true'>mvn:joda-time/joda-time/${jodatime-bundle-version}</bundle> <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jakarta-regexp/${regexp-bundle-version}</bundle> <bundle dependency='true'>mvn:org.mvel/mvel2/${mvel-version}</bundle> <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.lucene/${lucene-bundle-version}</bundle>