Added dependency to allow to compile the component with JDK 11
This commit is contained in:
parent
c9e4261115
commit
579aebe298
5
pom.xml
5
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue