Merge pull request #670 from akashsolanki

* pr/670:
  Remove redundant junits dependencies

Closes gh-670
This commit is contained in:
Stephane Nicoll 2020-11-06 07:48:31 +01:00
commit f6c1a69e6b

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>