Browse Source

Update Maven dependencies: Spring security

v0.0.3-alpha
Pekka Helenius 4 years ago
parent
commit
d7f7632855
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      bookstore/pom.xml

+ 10
- 0
bookstore/pom.xml View File

@ -61,6 +61,16 @@
<groupId>com.h2database</groupId> <groupId>com.h2database</groupId>
<artifactId>h2</artifactId> <artifactId>h2</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-springsecurity5</artifactId>
</dependency>
</dependencies> </dependencies>


Loading…
Cancel
Save