From c7a4683e7111124691a49bbb2c0b160a206da4e8 Mon Sep 17 00:00:00 2001 From: Patrick Gansterer Date: Wed, 24 Oct 2012 08:58:35 +0200 Subject: [PATCH] Add org.apache.mina as dependency to pom.xml gerrit-sshd depends on it, so add it to the dependencies to make Maven work in a clean environment. Change-Id: I67b60b6cd7b8706594af6e6ce10c791ef41dd61b --- gerrit-sshd/pom.xml | 5 +++++ pom.xml | 6 ++++++ 2 files changed, 11 insertions(+) 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 @@ -43,6 +43,11 @@ limitations under the License. org.eclipse.jgit.junit + + org.apache.mina + mina-core + + org.apache.sshd sshd-core diff --git a/pom.xml b/pom.xml index d7b59886d1..153c229e12 100644 --- a/pom.xml +++ b/pom.xml @@ -555,6 +555,12 @@ limitations under the License. + + org.apache.mina + mina-core + 2.0.5 + + org.apache.sshd sshd-core