Fixed pom for Java 11 jdk

This commit is contained in:
Luca Frosini 2022-09-22 17:22:27 +02:00
parent c55867b0d9
commit c9336eb423
1 changed files with 7 additions and 0 deletions

View File

@ -134,6 +134,13 @@
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>gxHTTP</artifactId>