Spring Framework: Mock Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki
Spring Framework: Mock
Copy below Spring Framework: Mock maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.springframework/spring-mock -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-mock</artifactId>
<version>2.0.8</version>
<scope>test</scope>
</dependency>
Copy below Spring Framework: Mock gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.springframework/spring-mock
testCompile group: 'org.springframework', name: 'spring-mock', version: '2.0.8'
https://repo1.maven.org/maven2/org/springframework/spring-mock/2.0.8/spring-mock-2.0.8.jar
https://mvnrepository.com/artifact/org.springframework/spring-mock
https://mvnrepository.com/artifact/org.springframework/spring-mock