Added missing version
This commit is contained in:
parent
c80fcdf597
commit
d0aae62a7e
4
pom.xml
4
pom.xml
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue