Repository: mina-sshd
Updated Branches:
  refs/heads/master 4a8b3d203 -> 0f76c3caf


Do not include experimental modules in assembly

Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/89cebc13
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/89cebc13
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/89cebc13

Branch: refs/heads/master
Commit: 89cebc132a469e521b38d26d50d5c28de5ca1b72
Parents: 4a8b3d2
Author: Guillaume Nodet <[email protected]>
Authored: Wed Jul 9 10:04:06 2014 +0200
Committer: Guillaume Nodet <[email protected]>
Committed: Wed Jul 9 10:04:06 2014 +0200

----------------------------------------------------------------------
 assembly/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/89cebc13/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 93ff172..e8f4fda 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -42,6 +42,7 @@
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-core</artifactId>
         </dependency>
+               <!--
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-sftp</artifactId>
@@ -56,6 +57,7 @@
                 </exclusion>
             </exclusions>
         </dependency>
+               -->
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-jdk14</artifactId>

Reply via email to