You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2016/01/11 10:34:38 UTC

camel git commit: Fix Camel-hdfs2 feature missing jsr311-api bundle

Repository: camel
Updated Branches:
  refs/heads/master 1ab97feaa -> ee880e496


Fix Camel-hdfs2 feature missing jsr311-api bundle


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

Branch: refs/heads/master
Commit: ee880e4964bac5324c0221433d089dc8598fc752
Parents: 1ab97fe
Author: Andrea Cosentino <an...@gmail.com>
Authored: Mon Jan 11 10:21:19 2016 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Mon Jan 11 10:22:02 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/ee880e49/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 bf6e80d..32c076f 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -658,6 +658,7 @@
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlenc/0.52_1</bundle>
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xerces/${xerces-bundle-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver/${xmlresolver-bundle-version}</bundle>
+    <bundle dependency='true'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr311-api-1.1.1/${servicemix-specs-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-hdfs2/${project.version}</bundle>
     <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.hadoop-client/${hadoop2-bundle-version}</bundle>
   </feature>