remove jstl

This commit is contained in:
Dapeng 2016-09-20 17:51:03 +08:00
parent 3442afb484
commit 12351e40ec

11
pom.xml
View file

@ -45,17 +45,6 @@
<artifactId>spring-boot-devtools</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>