campos20

Untitled

May 7th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <dependency>
  2. <groupId>javax.servlet.jsp</groupId>
  3. <artifactId>javax.servlet.jsp-api</artifactId>
  4. <version>2.3.3</version>
  5. <scope>provided</scope>
  6. </dependency>
  7.  
  8. <dependency>
  9. <groupId>jstl</groupId>
  10. <artifactId>jstl</artifactId>
  11. <version>1.2</version>
  12. </dependency>
  13.  
  14.  
  15.  
  16. <%@ page language="java" contentType="text/html; charset=UTF-8"
  17. pageEncoding="UTF-8"%>
  18. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
  19.  
  20.  
  21.  
  22.  
  23.  
  24. <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
  25. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  26. xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
  27. http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
  28. version="3.1">
Add Comment
Please, Sign In to add comment