diff --git a/pom.xml b/pom.xml
index 2bcdc5f..ce19833 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,9 +22,24 @@
UTF-8
UTF-8
1.8
+
+ false
+
+
+
+ org.springframework.boot
+ spring-boot-starter-tomcat
+ provided
+
+
+ org.apache.tomcat.embed
+ tomcat-embed-jasper
+ provided
+
+
org.springframework.boot
spring-boot-starter-security
@@ -33,6 +48,14 @@
org.springframework.boot
spring-boot-starter-thymeleaf
+
+ org.thymeleaf.extras
+ thymeleaf-extras-springsecurity4
+
+
+ org.springframework.boot
+ spring-boot-starter-validation
+
org.springframework.boot
spring-boot-starter-web
@@ -83,6 +106,40 @@
org.springframework.boot
spring-boot-maven-plugin
+
+
+ maven-war-plugin
+
+ false
+ */classes/application.properties
+ */classes/application.properties
+
+ false
+
+ ${project.version}
+ spring-oauth-server(boot)
+ ${project.version}
+ http://monkeyk.com
+ Not Vendor Yet, Inc.
+
+
+
+ true
+
+
+
+
+
+
+ maven-surefire-plugin
+
+ ${test.skip}
+ none
+
+ **/*Test.java
+
+
+