- add back in "mockobjects" where they can be used
This commit is contained in:
jdyer1
2023-11-06 09:15:36 -06:00
committed by Lukasz Lenart
parent 6ad0ad512d
commit 07792bd0e0
4 changed files with 24 additions and 4 deletions
+7 -1
View File
@@ -66,7 +66,13 @@
<artifactId>commons-beanutils</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>mockobjects</groupId>
<artifactId>mockobjects-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>