Update pom.xml

This commit is contained in:
jabyte 2018-05-10 12:51:25 +01:00 committed by GitHub
parent 769dfd7664
commit c3c8b73e21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -98,6 +98,13 @@
<version>${springframework-security.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>2.0.1.RELEASE</version>
<type>jar</type>
</dependency>
</dependencies>
<build>
@ -173,4 +180,4 @@
<tomcat7-maven-plugin.version>2.2</tomcat7-maven-plugin.version>
</properties>
</project>
</project>