Repository: camel Updated Branches: refs/heads/master 03b6fe78d -> e928a1cb8
CAMEL-10561: camel-catalog - Add REST JAX-RS application Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e928a1cb Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e928a1cb Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e928a1cb Branch: refs/heads/master Commit: e928a1cb865675568f1a0e0a2f07298add7421f8 Parents: 6e7c104 Author: Claus Ibsen <davscl...@apache.org> Authored: Tue Dec 6 14:00:34 2016 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Tue Dec 6 14:00:43 2016 +0100 ---------------------------------------------------------------------- apache-camel/pom.xml | 4 ++++ apache-camel/src/main/descriptors/common-bin.xml | 1 + parent/pom.xml | 5 +++++ 3 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e928a1cb/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index 77827bf..3d21c13 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -2156,6 +2156,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-rest-app</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-commands-core</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/e928a1cb/apache-camel/src/main/descriptors/common-bin.xml ---------------------------------------------------------------------- diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml index 31c0c4a..544f45b 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -277,6 +277,7 @@ <include>org.apache.camel:camel-catalog-provider-karaf</include> <include>org.apache.camel:camel-catalog-provider-springboot</include> <include>org.apache.camel:camel-catalog-rest</include> + <include>org.apache.camel:camel-catalog-rest-app</include> <include>org.apache.camel:camel-commands-core</include> <include>org.apache.camel:camel-commands-jolokia</include> <include>org.apache.camel:camel-commands-spring-boot</include> http://git-wip-us.apache.org/repos/asf/camel/blob/e928a1cb/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 62a16e2..eb49833 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1979,6 +1979,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-rest-app</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-commands-core</artifactId> <version>${project.version}</version> </dependency>