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

[2/2] camel git commit: CAMEL-8836 Removed the useless joda-time bundle from the camel-elasticsearch feature

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/f73bf522
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f73bf522
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f73bf522

Branch: refs/heads/camel-2.15.x
Commit: f73bf5229463ff8c3b449bb216e3a7fbc6614e21
Parents: 0d8635d
Author: Willem Jiang <wi...@gmail.com>
Authored: Fri Jun 5 20:23:51 2015 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Fri Jun 5 20:23:51 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/f73bf522/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 d1d5567..54de70f 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -333,7 +333,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>