Added missing library to provided

This commit is contained in:
Luca Frosini 2024-09-20 17:21:48 +02:00
parent a902c6a336
commit c80fcdf597
2 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Enhanced common-utility-sg3 lower bound of range
- Enhanced gxHTTP lower bound of range
- Added gxJRS
- Added javax.ws.rs-api
- Added common-utility-sg3
- Added keycloak-client
- Added document-store-lib-accounting-service

View File

@ -139,6 +139,11 @@
<version>[1.2.0, 2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<scope>provided</scope>
</dependency>
<!-- END Clients Related Dependencies -->
<!-- Authorization Related Dependencies -->