Added dependency to properly support JDK 11 compiler

This commit is contained in:
Luca Frosini 2022-10-18 17:34:41 +02:00
parent 1d1e260104
commit 591a687dda
1 changed files with 5 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.0.2</version>
<version>2.1.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -52,5 +52,9 @@
<groupId>org.gcube.core</groupId>
<artifactId>common-scope</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
</dependency>
</dependencies>
</project>