mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:48 +00:00
Merge pull request #670 from akashsolanki
* pr/670: Remove redundant junits dependencies Closes gh-670
This commit is contained in:
commit
f6c1a69e6b
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