Updated Branches: refs/heads/2.0 597221e00 -> 41811548e
Added the http module into the distribution : it was missing Project: http://git-wip-us.apache.org/repos/asf/mina/repo Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/4ae142bb Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/4ae142bb Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/4ae142bb Branch: refs/heads/2.0 Commit: 4ae142bb0c453ef06f4a63a7c00dea1d3b1b65df Parents: a9b6446 Author: Emmanuel Lécharny <[email protected]> Authored: Fri Feb 1 18:09:22 2013 +0100 Committer: Emmanuel Lécharny <[email protected]> Committed: Fri Feb 1 18:09:22 2013 +0100 ---------------------------------------------------------------------- distribution/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina/blob/4ae142bb/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 22bede9..ba312d5 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -130,6 +130,12 @@ <version>${project.version}</version> </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>mina-http</artifactId> + <version>${project.version}</version> + </dependency> + <!-- We don't include distrinution as a dependency : it's not part of the release --> </dependencies>
