add junit test dependency

This commit is contained in:
Christian Beyer 2020-10-29 10:21:08 +01:00
parent 124eeb4f6c
commit 507a53522d

View file

@ -133,6 +133,11 @@
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>