You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2016/08/12 17:37:03 UTC

[2/2] camel git commit: CAMEL-10243 - Force camel-atom feature to install abdera-parser

CAMEL-10243 - Force camel-atom feature to install abdera-parser


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

Branch: refs/heads/camel-2.17.x
Commit: e500ce34aa3bacdcb59938701d0a2c033b48d7e2
Parents: 291ea10
Author: Jonathan Anstey <ja...@gmail.com>
Authored: Fri Aug 12 15:05:59 2016 -0230
Committer: Jonathan Anstey <ja...@gmail.com>
Committed: Fri Aug 12 15:06:45 2016 -0230

----------------------------------------------------------------------
 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/e500ce34/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 1e9cde4..df2774b 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -118,7 +118,7 @@
     <bundle dependency='true'>mvn:org.apache.abdera/abdera-core/${abdera-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.abdera/abdera-extensions-main/${abdera-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.abdera/abdera-i18n/${abdera-version}</bundle>
-    <bundle dependency='true'>mvn:org.apache.abdera/abdera-parser/${abdera-version}</bundle>
+    <bundle>mvn:org.apache.abdera/abdera-parser/${abdera-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.james/apache-mime4j-core/${apache-mime4j-version}</bundle>
     <bundle dependency='true'>mvn:commons-codec/commons-codec/${commons-codec-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-atom/${project.version}</bundle>