refactor spring config

This commit is contained in:
Hai Nguyen 2018-08-14 14:46:35 +08:00
parent e080e587a0
commit d11fbc73ad

View File

@ -42,12 +42,8 @@
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>
<!-- test -->
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
</dependency>
<!-- test -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
@ -69,10 +65,6 @@
<filtering>true</filtering>
</resource>
</resources>
<plugins>
</plugins>
</build>
<properties>