Add camel-undertow to kit
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/34b93eef Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/34b93eef Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/34b93eef Branch: refs/heads/master Commit: 34b93eef1e2300c3e9cc09097a0f54dfc17fe7dd Parents: 1f73a1f Author: Claus Ibsen <[email protected]> Authored: Wed Jul 15 11:31:52 2015 +0200 Committer: Claus Ibsen <[email protected]> Committed: Wed Jul 15 11:31:52 2015 +0200 ---------------------------------------------------------------------- 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/34b93eef/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index 53e6b8c..3b4ef6b 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -792,6 +792,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-undertow</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-univocity-parsers</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/34b93eef/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 d24d053..0a37060 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -209,6 +209,7 @@ <include>org.apache.camel:camel-test-spring40</include> <include>org.apache.camel:camel-testng</include> <include>org.apache.camel:camel-twitter</include> + <include>org.apache.camel:camel-undertow</include> <include>org.apache.camel:camel-univocity-parsers</include> <include>org.apache.camel:camel-urlrewrite</include> <include>org.apache.camel:camel-velocity</include> http://git-wip-us.apache.org/repos/asf/camel/blob/34b93eef/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 1b78bbcce..5137e20 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1538,6 +1538,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-undertow</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-univocity-parsers</artifactId> <version>${project.version}</version> </dependency>
