Added missed provided library

This commit is contained in:
Luca Frosini 2021-06-08 17:40:04 +02:00
parent adf70bebce
commit a3f6a61454
1 changed files with 5 additions and 0 deletions

View File

@ -120,6 +120,11 @@ In such a way any plugin developer does not have to deal with dependencies confl
<artifactId>javax.ws.rs-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>