draft(DevWeb): Profile page

This commit is contained in:
Lucàs
2024-04-20 22:10:37 +02:00
parent 8d6c0999c9
commit 2e5367ebd8
3 changed files with 105 additions and 4 deletions
+12
View File
@@ -18,6 +18,18 @@
</properties>
<dependencies>
<dependency>
<groupId>jakarta.servlet.jsp.jstl</groupId>
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
<version>5.0.1</version>
</dependency>
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-web-api</artifactId>