1. <!--整合jsp-->
    2. <dependency>
    3. <groupId>javax.servlet</groupId>
    4. <artifactId>servlet-api</artifactId>
    5. <version>2.5</version>
    6. <scope>provided</scope>
    7. </dependency>
    8. <dependency>
    9. <groupId>javax.servlet.jsp</groupId>
    10. <artifactId>jsp-api</artifactId>
    11. <version>2.0</version>
    12. <scope>provided</scope>
    13. </dependency>
    14. <dependency>
    15. <groupId>jstl</groupId>
    16. <artifactId>jstl</artifactId>
    17. <version>1.2</version>
    18. </dependency>