Added missing version

This commit is contained in:
Luca Frosini 2024-09-20 17:26:03 +02:00
parent c80fcdf597
commit d0aae62a7e
1 changed files with 4 additions and 0 deletions

View File

@ -139,9 +139,13 @@
<version>[1.2.0, 2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- Jersey 2.25.1 is compliant with javax.ws.rs-api 2.0.1 Higher version
of Jersey uses higher version of javax.ws.rs-api. Please check javax.ws.rs-api
requirements before updating Jersey version -->
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.0.1</version>
<scope>provided</scope>
</dependency>
<!-- END Clients Related Dependencies -->