From 07792bd0e034364542e67a2056b05d91b9ce3d70 Mon Sep 17 00:00:00 2001 From: jdyer1 Date: Mon, 6 Nov 2023 09:15:36 -0600 Subject: [PATCH] WN-5141 - add back in "mockobjects" where they can be used --- core/pom.xml | 5 ++++- plugins/rest/pom.xml | 8 +++++++- plugins/velocity/pom.xml | 6 ++++++ pom.xml | 9 +++++++-- 4 files changed, 24 insertions(+), 4 deletions(-) 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