added comment

This commit is contained in:
Luca Frosini 2022-10-19 14:20:45 +02:00
parent 591a687dda
commit e1ba2c282c
1 changed files with 4 additions and 0 deletions

View File

@ -52,9 +52,13 @@
<groupId>org.gcube.core</groupId>
<artifactId>common-scope</artifactId>
</dependency>
<!-- Added to support Java 11 JDK -->
<dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
</dependency>
<!-- END Added to support Java 11 JDK -->
</dependencies>
</project>