camel-http-common - as a common module
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e191504b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e191504b Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e191504b Branch: refs/heads/master Commit: e191504bc479a6c159ca63362b2b83f9d61b85f0 Parents: e51b7f8 Author: Claus Ibsen <davscl...@apache.org> Authored: Thu Jul 23 09:25:45 2015 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu Jul 23 15:04:31 2015 +0200 ---------------------------------------------------------------------- apache-camel/pom.xml | 4 ++++ apache-camel/src/main/descriptors/common-bin.xml | 1 + components/camel-http/pom.xml | 4 ++++ parent/pom.xml | 5 +++++ 4 files changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e191504b/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index 7dc0bb4..8b1aff6 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -317,6 +317,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-http-common</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-http4</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/e191504b/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 b2eb8db..6c311d7 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -94,6 +94,7 @@ <include>org.apache.camel:camel-hdfs2</include> <include>org.apache.camel:camel-hipchat</include> <include>org.apache.camel:camel-http</include> + <include>org.apache.camel:camel-http-common</include> <include>org.apache.camel:camel-http4</include> <include>org.apache.camel:camel-ibatis</include> <include>org.apache.camel:camel-ical</include> http://git-wip-us.apache.org/repos/asf/camel/blob/e191504b/components/camel-http/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-http/pom.xml b/components/camel-http/pom.xml index 7648d67..b3429b9 100644 --- a/components/camel-http/pom.xml +++ b/components/camel-http/pom.xml @@ -47,6 +47,10 @@ <artifactId>camel-core</artifactId> </dependency> <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-http-common</artifactId> + </dependency> + <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-servlet_3.0_spec</artifactId> </dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/e191504b/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index d336689..3d7419e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -961,6 +961,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-http-common</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-http4</artifactId> <version>${project.version}</version> </dependency>