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 2015/11/07 09:25:20 UTC

[2/5] camel git commit: CAMEL-9224 : Camel shell commands adapter for Spring Boot Remote shell. Fixes #670

CAMEL-9224 : Camel shell commands adapter for Spring Boot Remote shell. Fixes #670


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

Branch: refs/heads/master
Commit: 897bf98c656611d8985148d304a3128e3e7706a0
Parents: 15d4be0
Author: Claus Ibsen <da...@apache.org>
Authored: Sat Nov 7 08:58:13 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Nov 7 08:58:13 2015 +0100

----------------------------------------------------------------------
 platforms/commands/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/897bf98c/platforms/commands/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/commands/pom.xml b/platforms/commands/pom.xml
index 22e91ed..9c00dff 100644
--- a/platforms/commands/pom.xml
+++ b/platforms/commands/pom.xml
@@ -31,6 +31,7 @@
   <modules>
     <module>commands-core</module>
     <module>commands-jolokia</module>
+    <module>commands-spring-boot</module>
   </modules>
 
 </project>