You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by he...@apache.org on 2015/11/16 10:23:03 UTC

camel git commit: [CAMEL-9329] Kura router should provide OSGi compendium services.

Repository: camel
Updated Branches:
  refs/heads/master ba8480357 -> dc0b730f6


[CAMEL-9329] Kura router should provide OSGi compendium services.


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

Branch: refs/heads/master
Commit: dc0b730f68ece9d593fcd6f3c65d146f9e05c31f
Parents: ba84803
Author: Henryk Konsek <he...@gmail.com>
Authored: Mon Nov 16 10:22:34 2015 +0100
Committer: Henryk Konsek <he...@gmail.com>
Committed: Mon Nov 16 10:22:34 2015 +0100

----------------------------------------------------------------------
 components/camel-kura/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/dc0b730f/components/camel-kura/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-kura/pom.xml b/components/camel-kura/pom.xml
index e264cdb..4bf22e8 100644
--- a/components/camel-kura/pom.xml
+++ b/components/camel-kura/pom.xml
@@ -37,6 +37,7 @@
 
         <kura-slf4j.version>1.6.4</kura-slf4j.version>
         <eclipse-osgi.version>3.8.1.v20120830-144521</eclipse-osgi.version>
+        <eclipse-osgi-services.version>3.3.100.v20120522-1822</eclipse-osgi-services.version>
     </properties>
 
     <dependencies>
@@ -50,6 +51,11 @@
             <version>${eclipse-osgi.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.eclipse.birt.runtime</groupId>
+            <artifactId>org.eclipse.osgi.services</artifactId>
+            <version>${eclipse-osgi-services.version}</version>
+        </dependency>
+        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
             <version>${kura-slf4j.version}</version>