Repository: camel Updated Branches: refs/heads/master f9a222617 -> 1486d2827
CAMEL-8655: Added spring boot archetype Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1486d282 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1486d282 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1486d282 Branch: refs/heads/master Commit: 1486d282771ba881faf8b31bb47bea95bdde9684 Parents: f9a2226 Author: Claus Ibsen <[email protected]> Authored: Thu Jun 4 17:23:42 2015 +0200 Committer: Claus Ibsen <[email protected]> Committed: Thu Jun 4 17:23:42 2015 +0200 ---------------------------------------------------------------------- .../resources-filtered/META-INF/maven/archetype-metadata.xml | 3 --- .../src/main/resources/archetype-resources/pom.xml | 7 ------- 2 files changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/1486d282/tooling/archetypes/camel-archetype-spring-boot/src/main/resources-filtered/META-INF/maven/archetype-metadata.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-spring-boot/src/main/resources-filtered/META-INF/maven/archetype-metadata.xml b/tooling/archetypes/camel-archetype-spring-boot/src/main/resources-filtered/META-INF/maven/archetype-metadata.xml index e5832bd..1f2c9c7 100644 --- a/tooling/archetypes/camel-archetype-spring-boot/src/main/resources-filtered/META-INF/maven/archetype-metadata.xml +++ b/tooling/archetypes/camel-archetype-spring-boot/src/main/resources-filtered/META-INF/maven/archetype-metadata.xml @@ -27,9 +27,6 @@ <requiredProperty key="spring-boot-version"> <defaultValue>${spring-boot-version}</defaultValue> </requiredProperty> - <requiredProperty key="jolokia-version"> - <defaultValue>${jolokia-version}</defaultValue> - </requiredProperty> <requiredProperty key="log4j-version"> <defaultValue>${log4j-version}</defaultValue> </requiredProperty> http://git-wip-us.apache.org/repos/asf/camel/blob/1486d282/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 8195c17..ddaa336 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 @@ -56,13 +56,6 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> - - <!-- Operations --> - <dependency> - <groupId>org.jolokia</groupId> - <artifactId>jolokia-core</artifactId> - <version>${jolokia-version}</version> - </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId>
