http://git-wip-us.apache.org/repos/asf/camel/blob/185f848e/components-starter/camel-xmlsecurity-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-xmlsecurity-starter/pom.xml b/components-starter/camel-xmlsecurity-starter/pom.xml index 18ab0fc..2f34a96 100644 --- a/components-starter/camel-xmlsecurity-starter/pom.xml +++ b/components-starter/camel-xmlsecurity-starter/pom.xml @@ -41,6 +41,10 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-xmlsecurity</artifactId> </dependency> + <dependency> + <groupId>com.github.ben-manes.caffeine</groupId> + <artifactId>caffeine</artifactId> + </dependency> </dependencies> </project>
http://git-wip-us.apache.org/repos/asf/camel/blob/185f848e/components-starter/camel-xmpp-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-xmpp-starter/pom.xml b/components-starter/camel-xmpp-starter/pom.xml index 8650e5d..408a5e0 100644 --- a/components-starter/camel-xmpp-starter/pom.xml +++ b/components-starter/camel-xmpp-starter/pom.xml @@ -41,6 +41,10 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-xmpp</artifactId> </dependency> + <dependency> + <groupId>com.github.ben-manes.caffeine</groupId> + <artifactId>caffeine</artifactId> + </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/camel/blob/185f848e/components-starter/camel-xstream-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-xstream-starter/pom.xml b/components-starter/camel-xstream-starter/pom.xml index c10143e..fdcdf84 100644 --- a/components-starter/camel-xstream-starter/pom.xml +++ b/components-starter/camel-xstream-starter/pom.xml @@ -41,6 +41,10 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-xstream</artifactId> </dependency> + <dependency> + <groupId>com.github.ben-manes.caffeine</groupId> + <artifactId>caffeine</artifactId> + </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/camel/blob/185f848e/components-starter/camel-yammer-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-yammer-starter/pom.xml b/components-starter/camel-yammer-starter/pom.xml index a1ebf9b..999bb15 100644 --- a/components-starter/camel-yammer-starter/pom.xml +++ b/components-starter/camel-yammer-starter/pom.xml @@ -41,6 +41,10 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-yammer</artifactId> </dependency> + <dependency> + <groupId>com.github.ben-manes.caffeine</groupId> + <artifactId>caffeine</artifactId> + </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/camel/blob/185f848e/components-starter/camel-zipfile-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-zipfile-starter/pom.xml b/components-starter/camel-zipfile-starter/pom.xml index f28a5f8..67ddad0 100644 --- a/components-starter/camel-zipfile-starter/pom.xml +++ b/components-starter/camel-zipfile-starter/pom.xml @@ -41,6 +41,10 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-zipfile</artifactId> </dependency> + <dependency> + <groupId>com.github.ben-manes.caffeine</groupId> + <artifactId>caffeine</artifactId> + </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/camel/blob/185f848e/components-starter/camel-zookeeper-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-zookeeper-starter/pom.xml b/components-starter/camel-zookeeper-starter/pom.xml index 84814bd..0e557de 100644 --- a/components-starter/camel-zookeeper-starter/pom.xml +++ b/components-starter/camel-zookeeper-starter/pom.xml @@ -51,6 +51,10 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>com.github.ben-manes.caffeine</groupId> + <artifactId>caffeine</artifactId> + </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/camel/blob/185f848e/tooling/maven/camel-package-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml b/tooling/maven/camel-package-maven-plugin/pom.xml index 5acff48..dca28a6 100644 --- a/tooling/maven/camel-package-maven-plugin/pom.xml +++ b/tooling/maven/camel-package-maven-plugin/pom.xml @@ -71,6 +71,10 @@ <artifactId>maven-project</artifactId> </dependency> <dependency> + <groupId>org.apache.maven.shared</groupId> + <artifactId>maven-dependency-tree</artifactId> + </dependency> + <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-container-default</artifactId> </dependency>