You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2013/04/11 00:32:12 UTC

git commit: Added the http module into the distribution : it was missing

Updated Branches:
  refs/heads/2.0.8 [created] 4ae142bb0


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.8
Commit: 4ae142bb0c453ef06f4a63a7c00dea1d3b1b65df
Parents: a9b6446
Author: Emmanuel Lécharny <el...@apache.org>
Authored: Fri Feb 1 18:09:22 2013 +0100
Committer: Emmanuel Lécharny <el...@apache.org>
Committed: Fri Feb 1 18:09:22 2013 +0100

----------------------------------------------------------------------
 distribution/pom.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


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>