CAMEL-10222: Rewriting the archetype to use the new BOM
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/107e6e80 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/107e6e80 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/107e6e80 Branch: refs/heads/master Commit: 107e6e80984c0b1d2b7deeaf983bc6622578ab5c Parents: 993e578 Author: Nicola Ferraro <[email protected]> Authored: Fri Sep 9 11:30:55 2016 +0200 Committer: Nicola Ferraro <[email protected]> Committed: Tue Sep 20 00:40:07 2016 +0200 ---------------------------------------------------------------------- .../src/main/resources/archetype-resources/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/107e6e80/tooling/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml b/tooling/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml index ddaa336..eb61f14 100755 --- a/tooling/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml +++ b/tooling/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml @@ -37,9 +37,9 @@ <dependencyManagement> <dependencies> <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-dependencies</artifactId> - <version>${spring.boot-version}</version> + <groupId>org.apache.camel</groupId> + <artifactId>camel-spring-boot-dependencies</artifactId> + <version>${camel-version}</version> <type>pom</type> <scope>import</scope> </dependency> @@ -49,7 +49,7 @@ <dependencies> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-spring-boot</artifactId> + <artifactId>camel-spring-boot-starter</artifactId> <version>${camel-version}</version> </dependency> <dependency>
