You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2014/05/02 08:49:24 UTC

[2/3] git commit: CAMEL-7405: Fixed camel-aws feature

CAMEL-7405: Fixed camel-aws feature


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9ce8405c
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9ce8405c
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9ce8405c

Branch: refs/heads/camel-2.13.x
Commit: 9ce8405c5a65e54ba119a38c4477703eb1159bf6
Parents: 3bd3ce3
Author: Claus Ibsen <da...@apache.org>
Authored: Fri May 2 08:48:37 2014 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri May 2 08:48:37 2014 +0200

----------------------------------------------------------------------
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/9ce8405c/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 bdaad20..e2d1569 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -103,7 +103,7 @@
   <feature name='camel-aws' version='${project.version}' resolver='(obr)' start-level='50'>
     <bundle dependency='true'>mvn:org.apache.httpcomponents/httpcore-osgi/${httpcore4-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.httpcomponents/httpclient-osgi/${httpclient4-version}</bundle>
-    <bundle dependency='true'>mvn:joda-time/joda-time/${jodatime-bundle-version}</bundle>
+    <bundle dependency='true'>mvn:joda-time/joda-time/${jodatime2-bundle-version}</bundle>
     <bundle dependency='true'>mvn:javax.mail/mail/${javax-mail-version}</bundle>
     <bundle dependency='true'>mvn:commons-codec/commons-codec/${commons-codec-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.stax-api-1.0/${servicemix-specs-version}</bundle>