Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
María Hidalgo
/
carpooling-dae
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
42111c60
authored
Jan 11, 2024
by
María Hidalgo
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
arreglo pom.xml
parent
5f1ef050
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
pom.xml
pom.xml
View file @
42111c60
...
@@ -49,25 +49,19 @@
...
@@ -49,25 +49,19 @@
<dependency>
<dependency>
<groupId>
org.springframework.data
</groupId>
<groupId>
org.springframework.data
</groupId>
<artifactId>
spring-data-jpa
</artifactId>
<artifactId>
spring-data-jpa
</artifactId>
<dependencies>
</dependency>
<!-- Jakarta Validation API -->
<dependency>
<dependency>
<groupId>
jakarta.validation
</groupId>
<groupId>
jakarta.validation
</groupId>
<artifactId>
jakarta.validation-api
</artifactId>
<artifactId>
jakarta.validation-api
</artifactId>
<version>
3.0.0
</version>
<!-- Utiliza la versión más reciente -->
<version>
3.0.0
</version>
</dependency>
</dependency>
<!-- Hibernate Validator (implementación de Jakarta Validation) -->
<dependency>
<dependency>
<groupId>
org.hibernate.validator
</groupId>
<groupId>
org.hibernate.validator
</groupId>
<artifactId>
hibernate-validator
</artifactId>
<artifactId>
hibernate-validator
</artifactId>
<version>
7.0.2.Final
</version>
<!-- Utiliza la versión más reciente -->
<version>
7.0.2.Final
</version>
</dependency>
</dependency>
<!-- Otras dependencias de tu proyecto -->
</dependencies>
</dependency>
<dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<artifactId>
lombok
</artifactId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment