Repository: camel
Updated Branches:
  refs/heads/master 2bedc52ea -> 4848c819f


Add explicit jetty6 version to Camel-hdfs karaf feature


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

Branch: refs/heads/master
Commit: 4848c819fef8721a3f5861bef33e248d681e83cb
Parents: 76e823d
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Wed May 11 11:17:45 2016 +0200
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Wed May 11 11:18:57 2016 +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/4848c819/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 c8a5624..4492e55 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -650,7 +650,7 @@
     <bundle 
dependency='true'>mvn:commons-net/commons-net/${commons-net-version}</bundle>
     <bundle 
dependency='true'>mvn:org.codehaus.jackson/jackson-core-asl/${jackson-version}</bundle>
     <bundle 
dependency='true'>mvn:org.codehaus.jackson/jackson-mapper-asl/${jackson-version}</bundle>
-    
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jetty/${jetty6-bundle-version}</bundle>
+    
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jetty/6.1.26_4</bundle>
     
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.hadoop-core/${hadoop-bundle-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-hdfs/${project.version}</bundle>
     <!-- the following bundles can be removed when osgi metadata is fixed in 
commons-configuration, to have resolution=:option on packages that are optional 
-->

Reply via email to