Remove redundant junits dependencies

See gh-670
This commit is contained in:
Akash Solanki 2020-09-02 16:57:51 +05:30 committed by Stephane Nicoll
parent 27109010a5
commit e5ef4d34e3

12
pom.xml
View file

@ -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>