[web]pom.xml移除多余的JSTL实现库standard.jar,JSTL1.2标准库中已包含了此实现库

This commit is contained in:
datagear 2018-09-17 20:44:17 +08:00
parent 1284b2e469
commit 9ef78e04e9
1 changed files with 1 additions and 7 deletions

View File

@ -50,17 +50,11 @@
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>jstl</groupId>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
<version>1.1.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>