Repository: camel Updated Branches: refs/heads/master caf48a8de -> 8a7789899
Regen Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8a778989 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8a778989 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8a778989 Branch: refs/heads/master Commit: 8a7789899d8b2a32529ab8b34f07f6df15d2d792 Parents: caf48a8 Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Mar 3 09:41:25 2017 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Mar 3 09:41:25 2017 +0100 ---------------------------------------------------------------------- .../components-starter/camel-hystrix-starter/pom.xml | 12 ++++++------ .../components-starter/camel-xmlbeans-starter/pom.xml | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/8a778989/platforms/spring-boot/components-starter/camel-hystrix-starter/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/components-starter/camel-hystrix-starter/pom.xml b/platforms/spring-boot/components-starter/camel-hystrix-starter/pom.xml index e9fdeba..e9f4496 100644 --- a/platforms/spring-boot/components-starter/camel-hystrix-starter/pom.xml +++ b/platforms/spring-boot/components-starter/camel-hystrix-starter/pom.xml @@ -45,6 +45,12 @@ </exclusions> <!--END OF GENERATED CODE--> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-web</artifactId> + <version>${spring-boot-version}</version> + <optional>true</optional> + </dependency> <!--START OF GENERATED CODE--> <dependency> <groupId>org.apache.camel</groupId> @@ -55,11 +61,5 @@ <artifactId>camel-spring-boot-starter</artifactId> </dependency> <!--END OF GENERATED CODE--> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-web</artifactId> - <version>${spring-boot-version}</version> - <optional>true</optional> - </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/camel/blob/8a778989/platforms/spring-boot/components-starter/camel-xmlbeans-starter/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/components-starter/camel-xmlbeans-starter/pom.xml b/platforms/spring-boot/components-starter/camel-xmlbeans-starter/pom.xml index 99a028f..4743269 100644 --- a/platforms/spring-boot/components-starter/camel-xmlbeans-starter/pom.xml +++ b/platforms/spring-boot/components-starter/camel-xmlbeans-starter/pom.xml @@ -48,7 +48,6 @@ </dependency> <!--END OF GENERATED CODE--> </dependencies> - <profiles> <profile> <id>jdk9-build</id>