fix formatting in pom

This commit is contained in:
Chris Oberle 2018-01-16 18:31:42 -05:00
parent 99887d2f1b
commit 5a0899ff25
1 changed files with 4 additions and 4 deletions

View File

@ -30,10 +30,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-springsecurity4</artifactId>
</dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-springsecurity4</artifactId>
</dependency>
<!-- oauth2 -->
<dependency>