Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <dependency>
  2. <groupId>javax.servlet</groupId>
  3. <artifactId>servlet-api</artifactId>
  4. <version>2.5</version>
  5. </dependency>
  6. <dependency>
  7. <groupId>jstl</groupId>
  8. <artifactId>jstl</artifactId>
  9. <version>1.2</version>
  10. <scope>compile</scope>
  11. </dependency>
  12. <dependency>
  13. <groupId>javax.servlet.jsp</groupId>
  14. <artifactId>jsp-api</artifactId>
  15. <version>2.1</version>
  16. </dependency>
  17.  
  18. <?xml version="1.0" encoding="UTF-8"?>
  19. <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"
  20. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  21. xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement