summaryrefslogtreecommitdiffstats
path: root/gerrit-sshd/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gerrit-sshd/pom.xml')
-rw-r--r--gerrit-sshd/pom.xml5
1 files changed, 5 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>