update rest

This commit is contained in:
Yoann
2024-04-01 22:59:01 +02:00
parent f130223c71
commit 967d271ee5
4 changed files with 18 additions and 14 deletions

View File

@@ -38,7 +38,6 @@
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>${servlet.api.version}</version>
<scope>provided</scope>
</dependency>
<!-- Jersey -->
@@ -97,6 +96,13 @@
<version>4.0.5</version>
</dependency>
<!-- Client -->
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>3.1.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.moxy</artifactId>