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/03/17 09:06:06 UTC

[1/2] git commit: [CAMEL-7299] camel-hbase should install scripting-api bundle

Repository: camel
Updated Branches:
  refs/heads/camel-2.12.x 405c667b0 -> a4e02df51
  refs/heads/master f6cf4a21a -> a266aa905


[CAMEL-7299] camel-hbase should install scripting-api bundle


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

Branch: refs/heads/master
Commit: a266aa9050d694f61530691efd234eaaded8a4ad
Parents: f6cf4a2
Author: Grzegorz Grzybek <gr...@gmail.com>
Authored: Mon Mar 17 09:02:47 2014 +0100
Committer: Grzegorz Grzybek <gr...@gmail.com>
Committed: Mon Mar 17 09:02:47 2014 +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/a266aa90/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 6111611..526166e 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -407,6 +407,7 @@
     <bundle dependency='true'>mvn:com.google.protobuf/protobuf-java/${protobuf-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 dependency='true'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.scripting-api-1.0/${servicemix-specs-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.javax-inject/${javax-inject-bundle-version}</bundle>
     <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jasper/${jasper-bundle-version}</bundle>


[2/2] git commit: [CAMEL-7299] camel-hbase should install scripting-api bundle

Posted by da...@apache.org.
[CAMEL-7299] camel-hbase should install scripting-api bundle


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

Branch: refs/heads/camel-2.12.x
Commit: a4e02df51dc2ec6fcb61ff9b3e330f9fe0e2599d
Parents: 405c667
Author: Grzegorz Grzybek <gr...@gmail.com>
Authored: Mon Mar 17 09:02:47 2014 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Mar 17 09:08:45 2014 +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/a4e02df5/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 efbad34..4e7c26f 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -404,6 +404,7 @@
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.protobuf-java/${protobuf-java-bundle-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 dependency='true'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.scripting-api-1.0/${servicemix-specs-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.javax-inject/${javax-inject-bundle-version}</bundle>
     <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jasper/${jasper-bundle-version}</bundle>