CAMEL-10222: Changed examples
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5e7839df Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5e7839df Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5e7839df Branch: refs/heads/master Commit: 5e7839dfecadf598a5916665c87ad871df5c73de Parents: 92ecc7b Author: Nicola Ferraro <ni.ferr...@gmail.com> Authored: Fri Aug 12 11:27:12 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Mon Aug 15 09:27:23 2016 +0200 ---------------------------------------------------------------------- components-starter/camel-salesforce-starter/pom.xml | 2 -- examples/camel-example-spring-boot-metrics/pom.xml | 4 ++-- examples/camel-example-spring-boot-starter/pom.xml | 2 +- examples/camel-example-spring-boot/pom.xml | 2 +- examples/camel-example-zipkin/service1/pom.xml | 4 ++-- 5 files changed, 6 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/5e7839df/components-starter/camel-salesforce-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-salesforce-starter/pom.xml b/components-starter/camel-salesforce-starter/pom.xml index edd0d4a..55d4b56 100644 --- a/components-starter/camel-salesforce-starter/pom.xml +++ b/components-starter/camel-salesforce-starter/pom.xml @@ -40,12 +40,10 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core-starter</artifactId> - <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-spring-boot-starter</artifactId> - <version>${project.version}</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/camel/blob/5e7839df/examples/camel-example-spring-boot-metrics/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-boot-metrics/pom.xml b/examples/camel-example-spring-boot-metrics/pom.xml index 5e11378..27a7465 100644 --- a/examples/camel-example-spring-boot-metrics/pom.xml +++ b/examples/camel-example-spring-boot-metrics/pom.xml @@ -50,11 +50,11 @@ <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-spring-boot</artifactId> + <artifactId>camel-spring-boot-starter</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-metrics</artifactId> + <artifactId>camel-metrics-starter</artifactId> </dependency> <!-- web --> http://git-wip-us.apache.org/repos/asf/camel/blob/5e7839df/examples/camel-example-spring-boot-starter/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-boot-starter/pom.xml b/examples/camel-example-spring-boot-starter/pom.xml index bb48479..a3ff581 100644 --- a/examples/camel-example-spring-boot-starter/pom.xml +++ b/examples/camel-example-spring-boot-starter/pom.xml @@ -69,7 +69,7 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-stream</artifactId> + <artifactId>camel-stream-starter</artifactId> </dependency> <!-- test --> http://git-wip-us.apache.org/repos/asf/camel/blob/5e7839df/examples/camel-example-spring-boot/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-boot/pom.xml b/examples/camel-example-spring-boot/pom.xml index 9be898c..6859153 100755 --- a/examples/camel-example-spring-boot/pom.xml +++ b/examples/camel-example-spring-boot/pom.xml @@ -50,7 +50,7 @@ <dependencies> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-spring-boot</artifactId> + <artifactId>camel-spring-boot-starter</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/5e7839df/examples/camel-example-zipkin/service1/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-zipkin/service1/pom.xml b/examples/camel-example-zipkin/service1/pom.xml index ed506ab..5fffd5b 100644 --- a/examples/camel-example-zipkin/service1/pom.xml +++ b/examples/camel-example-zipkin/service1/pom.xml @@ -73,11 +73,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-jetty</artifactId> + <artifactId>camel-jetty-starter</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-http</artifactId> + <artifactId>camel-http-starter</artifactId> </dependency> </dependencies>