CAMEL-10420: Adding template to camel-core
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e89f2ebe Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e89f2ebe Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e89f2ebe Branch: refs/heads/master Commit: e89f2ebe078e78d82762f0e2d4fe318e374ceea8 Parents: 80abbed Author: Nicola Ferraro <ni.ferr...@gmail.com> Authored: Fri Nov 4 17:26:11 2016 +0100 Committer: Nicola Ferraro <ni.ferr...@gmail.com> Committed: Fri Nov 4 17:46:06 2016 +0100 ---------------------------------------------------------------------- components-starter/camel-core-starter/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e89f2ebe/components-starter/camel-core-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-core-starter/pom.xml b/components-starter/camel-core-starter/pom.xml index eb4bbc7..d441b3f 100644 --- a/components-starter/camel-core-starter/pom.xml +++ b/components-starter/camel-core-starter/pom.xml @@ -37,9 +37,11 @@ <artifactId>camel-core</artifactId> <version>${project.version}</version> </dependency> + <!--START OF GENERATED CODE--> <dependency> <groupId>com.github.ben-manes.caffeine</groupId> <artifactId>caffeine</artifactId> </dependency> + <!--END OF GENERATED CODE--> </dependencies> </project>