added jakarta.ws.rs-api as provided
This commit is contained in:
parent
c5dceb1bec
commit
df1a1f9c97
1
pom.xml
1
pom.xml
|
@ -87,6 +87,7 @@
|
||||||
<groupId>jakarta.ws.rs</groupId>
|
<groupId>jakarta.ws.rs</groupId>
|
||||||
<artifactId>jakarta.ws.rs-api</artifactId>
|
<artifactId>jakarta.ws.rs-api</artifactId>
|
||||||
<version>3.1.0</version>
|
<version>3.1.0</version>
|
||||||
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Setting scope to provided to dependencies already declared in
|
<!-- Setting scope to provided to dependencies already declared in
|
||||||
|
|
Loading…
Reference in New Issue