diff --git a/core/pom.xml b/core/pom.xml
index fc5e5c4b5..f56c264a0 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -274,7 +274,10 @@
test
-
+
+ mockobjects
+ mockobjects-core
+
jmock
jmock
diff --git a/plugins/rest/pom.xml b/plugins/rest/pom.xml
index 71ee8df43..0f9f4b940 100644
--- a/plugins/rest/pom.xml
+++ b/plugins/rest/pom.xml
@@ -66,7 +66,13 @@
commons-beanutils
true
-
+
+
+ mockobjects
+ mockobjects-core
+ test
+
+
org.springframework
spring-test
diff --git a/plugins/velocity/pom.xml b/plugins/velocity/pom.xml
index 254c45a6a..dc2cb19dc 100644
--- a/plugins/velocity/pom.xml
+++ b/plugins/velocity/pom.xml
@@ -49,6 +49,12 @@
velocity-tools-view-jsp
+
+ mockobjects
+ mockobjects-core
+ test
+
+
org.apache.struts
struts2-junit-plugin
diff --git a/pom.xml b/pom.xml
index e9cd1d4e8..93fc4040d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
UTF-8
2023-09-11T07:49:50Z
- 11
+ 17
9.6
@@ -920,7 +920,12 @@
spring-web
${spring.platformVersion}
-
+
+ mockobjects
+ mockobjects-core
+ 0.09
+ test
+
net.sourceforge.htmlunit
htmlunit