diff --git a/modules/dcache/pom.xml b/modules/dcache/pom.xml
index cf7df28fc49..5b052dd4ebe 100644
--- a/modules/dcache/pom.xml
+++ b/modules/dcache/pom.xml
@@ -205,6 +205,11 @@
org.apache.sshd
sshd-core
+
+
+ net.i2p.crypto
+ eddsa
+
commons-codec
commons-codec
diff --git a/pom.xml b/pom.xml
index 7b872ee17aa..562b33f42b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -567,8 +567,14 @@
org.apache.sshd
sshd-core
- 2.7.0
+ 2.13.1
+
+
+ net.i2p.crypto
+ eddsa
+ 0.3.0
+