CAMEL-9648: Added 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/3aee4404 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3aee4404 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3aee4404 Branch: refs/heads/master Commit: 3aee44041edae376442efa7cf08b518fd13e9372 Parents: bb39444 Author: Claus Ibsen <[email protected]> Authored: Sat Feb 27 17:21:24 2016 +0100 Committer: Claus Ibsen <[email protected]> Committed: Sat Feb 27 17:21:24 2016 +0100 ---------------------------------------------------------------------- apache-camel/pom.xml | 4 ++++ apache-camel/src/main/descriptors/common-bin.xml | 1 + parent/pom.xml | 5 +++++ 3 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/3aee4404/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index d469490..ae628ec 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -365,6 +365,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-ironmq</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-jackson</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/3aee4404/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 d5024cb..ad76d9b 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -104,6 +104,7 @@ <include>org.apache.camel:camel-infinispan</include> <include>org.apache.camel:camel-ignite</include> <include>org.apache.camel:camel-irc</include> + <include>org.apache.camel:camel-ironmq</include> <include>org.apache.camel:camel-jackson</include> <include>org.apache.camel:camel-jacksonxml</include> <include>org.apache.camel:camel-jasypt</include> http://git-wip-us.apache.org/repos/asf/camel/blob/3aee4404/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 8a62705..328c2e3 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1065,6 +1065,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-ironmq</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-jackson</artifactId> <version>${project.version}</version> </dependency>
