Commit 594dd0d1 by OscarGonzalez97

incluimos jsp

parent ecc2b2dc
...@@ -26,13 +26,12 @@ ...@@ -26,13 +26,12 @@
<version>4.11</version> <version>4.11</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- &lt;!&ndash; https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api &ndash;&gt;--> <!-- https://mvnrepository.com/artifact/org.apache.tomcat/tomcat-jsp-api -->
<!-- <dependency>--> <dependency>
<!-- <groupId>javax.servlet</groupId>--> <groupId>org.apache.tomcat</groupId>
<!-- <artifactId>javax.servlet-api</artifactId>--> <artifactId>tomcat-jsp-api</artifactId>
<!-- <version>3.1.0</version>--> <version>10.0.20</version>
<!-- <scope>provided</scope>--> </dependency>
<!-- </dependency>-->
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql --> <!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<dependency> <dependency>
<groupId>org.postgresql</groupId> <groupId>org.postgresql</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment