BAEL-9 Final (#1262)

* BAEL-9 #3

* pom.xml fix

* Final
This commit is contained in:
Adam InTae Gerard
2017-03-01 22:29:55 -06:00
committed by KevinGilmore
parent 36f79aa956
commit 41bf9ddd6d
26 changed files with 39 additions and 94 deletions
+18
View File
@@ -41,6 +41,24 @@
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>${tomcat.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
<version>${tomcat.version}</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>