diff --git a/RemoteSpiNNaker/RemoteSpiNNakerWeb/pom.xml b/RemoteSpiNNaker/RemoteSpiNNakerWeb/pom.xml
index f47299820..76876c754 100644
--- a/RemoteSpiNNaker/RemoteSpiNNakerWeb/pom.xml
+++ b/RemoteSpiNNaker/RemoteSpiNNakerWeb/pom.xml
@@ -106,10 +106,12 @@ along with this program. If not, see .
org.springframework
spring-webmvc
+
net.java.dev.vcc.thirdparty
xen-api
diff --git a/RemoteSpiNNaker/pom.xml b/RemoteSpiNNaker/pom.xml
index eaccede0d..797e13253 100644
--- a/RemoteSpiNNaker/pom.xml
+++ b/RemoteSpiNNaker/pom.xml
@@ -30,7 +30,9 @@ along with this program. If not, see .
6.2.1.Final
2.14.1
+
5.3.24
2.0.4
3.4.1
@@ -127,6 +129,7 @@ along with this program. If not, see .
spring-webmvc
${spring.version}
+
org.slf4j
slf4j-log4j12