mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
Remove redundant junits dependencies
See gh-670
This commit is contained in:
parent
27109010a5
commit
e5ef4d34e3
1 changed files with 0 additions and 12 deletions
12
pom.xml
12
pom.xml
|
@ -114,18 +114,6 @@
|
|||
</dependency>
|
||||
<!-- end of webjars -->
|
||||
|
||||
<!-- Testing -->
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-engine</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-junit-jupiter</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-devtools</artifactId>
|
||||
|
|
Loading…
Reference in a new issue