CAMEL-10222: Update generated source code. This closes #1117
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/06797644 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/06797644 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/06797644 Branch: refs/heads/master Commit: 067976443cc4ccbbb347ed82561ab9c86bc2629a Parents: 89df925 Author: Claus Ibsen <davscl...@apache.org> Authored: Mon Aug 15 10:25:30 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Mon Aug 15 10:26:24 2016 +0200 ---------------------------------------------------------------------- components-starter/camel-dropbox-starter/pom.xml | 2 -- components-starter/camel-hbase-starter/pom.xml | 8 -------- components-starter/camel-spark-starter/pom.xml | 12 ------------ 3 files changed, 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/06797644/components-starter/camel-dropbox-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-dropbox-starter/pom.xml b/components-starter/camel-dropbox-starter/pom.xml index 61b4dcc..3aec31b 100644 --- a/components-starter/camel-dropbox-starter/pom.xml +++ b/components-starter/camel-dropbox-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/06797644/components-starter/camel-hbase-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-hbase-starter/pom.xml b/components-starter/camel-hbase-starter/pom.xml index a62505c..eeef4e7 100644 --- a/components-starter/camel-hbase-starter/pom.xml +++ b/components-starter/camel-hbase-starter/pom.xml @@ -41,14 +41,6 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> </exclusions> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/06797644/components-starter/camel-spark-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-spark-starter/pom.xml b/components-starter/camel-spark-starter/pom.xml index a34a316..be06155 100644 --- a/components-starter/camel-spark-starter/pom.xml +++ b/components-starter/camel-spark-starter/pom.xml @@ -41,18 +41,6 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>apache-log4j-extras</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> </exclusions> </dependency> <dependency>