[SSHD-838] Added MINA and Netty transport artifacts to CLI and assembly POM(s)


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

Branch: refs/heads/master
Commit: f6e637fd7953c3bad41203167b15348efef1dbd8
Parents: 909e7ac
Author: Goldstein Lyor <[email protected]>
Authored: Sun Aug 5 15:47:07 2018 +0300
Committer: Lyor Goldstein <[email protected]>
Committed: Sun Aug 5 19:35:53 2018 +0300

----------------------------------------------------------------------
 assembly/pom.xml | 12 ++++++++++++
 sshd-cli/pom.xml | 15 +++++++++++++++
 2 files changed, 27 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/f6e637fd/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index adce735..6efb67a 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -56,6 +56,18 @@
             <artifactId>sshd-cli</artifactId>
             <version>${project.version}</version>
         </dependency>
+            <!-- For the I/O factories -->
+        <dependency>
+            <groupId>org.apache.sshd</groupId>
+            <artifactId>sshd-mina</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sshd</groupId>
+            <artifactId>sshd-netty</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-jdk14</artifactId>

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/f6e637fd/sshd-cli/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-cli/pom.xml b/sshd-cli/pom.xml
index 973b4a5..3fdfb7a 100644
--- a/sshd-cli/pom.xml
+++ b/sshd-cli/pom.xml
@@ -53,6 +53,7 @@
             <version>${project.version}</version>
         </dependency>
 
+            <!-- Test dependencies -->
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-core</artifactId>
@@ -60,6 +61,20 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+            <!-- For the I/O factories -->
+        <dependency>
+            <groupId>org.apache.sshd</groupId>
+            <artifactId>sshd-mina</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sshd</groupId>
+            <artifactId>sshd-netty</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
+
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>

Reply via email to