summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gerrit-sshd/pom.xml5
-rw-r--r--pom.xml6
2 files changed, 11 insertions, 0 deletions
diff --git a/gerrit-sshd/pom.xml b/gerrit-sshd/pom.xml
index 31b2422a6b..a26b1b2b85 100644
--- a/gerrit-sshd/pom.xml
+++ b/gerrit-sshd/pom.xml
@@ -44,6 +44,11 @@ limitations under the License.
</dependency>
<dependency>
+ <groupId>org.apache.mina</groupId>
+ <artifactId>mina-core</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
</dependency>
diff --git a/pom.xml b/pom.xml
index d7b59886d1..153c229e12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -556,6 +556,12 @@ limitations under the License.
</dependency>
<dependency>
+ <groupId>org.apache.mina</groupId>
+ <artifactId>mina-core</artifactId>
+ <version>2.0.5</version>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
<version>0.5.1-r1095809</version>