Add missing -starter
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6c594852 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6c594852 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6c594852 Branch: refs/heads/master Commit: 6c594852f14464d863e77f5ed3a31ab479480dbd Parents: e00427f Author: Claus Ibsen <davscl...@apache.org> Authored: Sun Sep 3 11:07:50 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sun Sep 3 11:07:50 2017 +0200 ---------------------------------------------------------------------- parent/pom.xml | 5 +++++ .../spring-boot/spring-boot-dm/camel-spring-boot-bom/pom.xml | 5 +++++ .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 5 +++++ 3 files changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/6c594852/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 4376c7d..be6f288 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2712,6 +2712,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-headersmap-starter</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-hessian-starter</artifactId> <version>${project.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/6c594852/platforms/spring-boot/spring-boot-dm/camel-spring-boot-bom/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-bom/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-bom/pom.xml index 4ab16d4..77533ff 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-bom/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-bom/pom.xml @@ -512,6 +512,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-headersmap-starter</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-hessian-starter</artifactId> <version>${project.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/6c594852/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index 583e7b7..009659e 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -1196,6 +1196,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-headersmap-starter</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-hessian</artifactId> <version>${project.version}</version> </dependency>