- 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
+4 -1
View File
@@ -274,7 +274,10 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>mockobjects</groupId>
<artifactId>mockobjects-core</artifactId>
</dependency>
<dependency>
<groupId>jmock</groupId>
<artifactId>jmock</artifactId>
+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>
+6
View File
@@ -49,6 +49,12 @@
<artifactId>velocity-tools-view-jsp</artifactId>
</dependency>
<dependency>
<groupId>mockobjects</groupId>
<artifactId>mockobjects-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-junit-plugin</artifactId>
+7 -2
View File
@@ -105,7 +105,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2023-09-11T07:49:50Z</project.build.outputTimestamp>
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.release>17</maven.compiler.release>
<!-- dependency versions in alphanumeric order -->
<asm.version>9.6</asm.version>
@@ -920,7 +920,12 @@
<artifactId>spring-web</artifactId>
<version>${spring.platformVersion}</version>
</dependency>
<dependency>
<groupId>mockobjects</groupId>
<artifactId>mockobjects-core</artifactId>
<version>0.09</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>