Repository: camel Updated Branches: refs/heads/master f37f1d601 -> e81903462
Added missing JARs to release kit. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e8190346 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e8190346 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e8190346 Branch: refs/heads/master Commit: e81903462b759634bb793e862626d3745995bea5 Parents: f37f1d6 Author: Claus Ibsen <davscl...@apache.org> Authored: Tue Sep 2 08:34:34 2014 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Tue Sep 2 08:34:34 2014 +0200 ---------------------------------------------------------------------- .gitignore | 4 +++- apache-camel/pom.xml | 24 +++++++++++++++++++ .../src/main/descriptors/common-bin.xml | 6 +++++ parent/pom.xml | 25 ++++++++++++++++++++ 4 files changed, 58 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e8190346/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 2105a6b..6c72a7e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,6 @@ target *.log test-salesforce-login.properties dependency-reduced-pom.xml -id_file \ No newline at end of file +id_file +components/camel-solr/data +*.epoch \ No newline at end of file http://git-wip-us.apache.org/repos/asf/camel/blob/e8190346/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index 781f831..e84be57 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -173,6 +173,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-dropbox</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-eclipse</artifactId> </dependency> <dependency> @@ -305,6 +309,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-jclouds</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-jcr</artifactId> </dependency> <dependency> @@ -395,6 +403,14 @@ <artifactId>camel-leveldb</artifactId> </dependency> <dependency> + <groupId>org.apache.camel.component.linkedin</groupId> + <artifactId>camel-linkedin-api</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel.component.linkedin</groupId> + <artifactId>camel-linkedin</artifactId> + </dependency> + <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-mail</artifactId> </dependency> @@ -455,6 +471,14 @@ <artifactId>camel-ognl</artifactId> </dependency> <dependency> + <groupId>org.apache.camel.component.olingo2</groupId> + <artifactId>camel-olingo2-api</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel.component.olingo2</groupId> + <artifactId>camel-olingo2</artifactId> + </dependency> + <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-openshift</artifactId> </dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/e8190346/apache-camel/src/main/descriptors/common-bin.xml ---------------------------------------------------------------------- diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml index a7ed332..4e389cc 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -56,6 +56,7 @@ <include>org.apache.camel:camel-disruptor</include> <include>org.apache.camel:camel-dns</include> <include>org.apache.camel:camel-dozer</include> + <include>org.apache.camel:camel-dropbox</include> <include>org.apache.camel:camel-eclipse</include> <include>org.apache.camel:camel-ejb</include> <include>org.apache.camel:camel-elasticsearch</include> @@ -90,6 +91,7 @@ <include>org.apache.camel:camel-javaspace</include> <include>org.apache.camel:camel-jaxb</include> <include>org.apache.camel:camel-jcr</include> + <include>org.apache.camel:camel-jclouds</include> <include>org.apache.camel:camel-jdbc</include> <include>org.apache.camel:camel-jetty</include> <include>org.apache.camel:camel-jgroups</include> @@ -109,6 +111,8 @@ <include>org.apache.camel:camel-krati</include> <include>org.apache.camel:camel-ldap</include> <include>org.apache.camel:camel-leveldb</include> + <include>org.apache.camel.component.linkedin:camel-linkedin-api</include> + <include>org.apache.camel.component.linkedin:camel-linkedin</include> <include>org.apache.camel:camel-lucene</include> <include>org.apache.camel:camel-metrics</include> <include>org.apache.camel:camel-mail</include> @@ -125,6 +129,8 @@ <include>org.apache.camel:camel-netty4</include> <include>org.apache.camel:camel-netty-http</include> <include>org.apache.camel:camel-ognl</include> + <include>org.apache.camel.component.olingo2:camel-olingo2-api</include> + <include>org.apache.camel.component.olingo2:camel-olingo2</include> <include>org.apache.camel:camel-openshift</include> <include>org.apache.camel:camel-optaplanner</include> <include>org.apache.camel:camel-paxlogging</include> http://git-wip-us.apache.org/repos/asf/camel/blob/e8190346/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 4174c70..97fd08e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -698,6 +698,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-dropbox</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-eclipse</artifactId> <version>${project.version}</version> </dependency> @@ -972,6 +977,16 @@ <version>${project.version}</version> </dependency> <dependency> + <groupId>org.apache.camel.component.linkedin</groupId> + <artifactId>camel-linkedin-api</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel.component.linkedin</groupId> + <artifactId>camel-linkedin</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-mail</artifactId> <version>${project.version}</version> @@ -1047,6 +1062,16 @@ <version>${project.version}</version> </dependency> <dependency> + <groupId>org.apache.camel.component.olingo2</groupId> + <artifactId>camel-olingo2-api</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel.component.olingo2</groupId> + <artifactId>camel-olingo2</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-openshift</artifactId> <version>${project.version}</version>