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/12/18 09:07:29 UTC

[13/13] camel git commit: CAMEL-9748 - Create Openstack Component. Add component to kit.

CAMEL-9748 - Create Openstack Component. Add component to kit.


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

Branch: refs/heads/master
Commit: 046e7dc218f55116357233f4879adff0e8454ca4
Parents: a0a3cd3
Author: Andrea Cosentino <an...@gmail.com>
Authored: Sun Dec 18 10:05:07 2016 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Sun Dec 18 10:05:07 2016 +0100

----------------------------------------------------------------------
 apache-camel/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/046e7dc2/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 87f8cf5..4db5135 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -678,6 +678,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-openstack</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-optaplanner</artifactId>
     </dependency>
     <dependency>
@@ -1759,6 +1763,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-openstack-starter</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-optaplanner-starter</artifactId>
       <version>${project.version}</version>
     </dependency>