Browse Source

Add Maven dependency: spring-security-test

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.4-alpha
Pekka Helenius 4 years ago
parent
commit
ee59a73934
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      bookstore/pom.xml

+ 6
- 0
bookstore/pom.xml View File

@ -42,6 +42,12 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>


Loading…
Cancel
Save