Added dependency to allow to compile the component with JDK 11

This commit is contained in:
Luca Frosini 2022-10-19 12:02:04 +02:00
parent c9e4261115
commit 579aebe298
1 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,11 @@
<groupId>org.gcube.resource-management</groupId>
<artifactId>gcube-model</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>