Merge pull request 'suite_1.0.6' (!8) from suite_1.0.6 into master

Reviewed-on: #8
This commit is contained in:
Fabio Sinibaldi 2022-11-10 17:32:23 +01:00
commit c791dd4b95
3 changed files with 11 additions and 2 deletions

View File

@ -68,6 +68,10 @@
<artifactId>javax.ws.rs-api</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
<dependency>

View File

@ -40,6 +40,11 @@
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>

View File

@ -20,8 +20,8 @@
<gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl>
<!-- PROD -->
<smartgears-bom>2.1.1</smartgears-bom>
<gcube-bom>2.0.2</gcube-bom>
<smartgears-bom>2.2.0</smartgears-bom>
<gcube-bom>2.1.0</gcube-bom>
<lombok.version>1.18.4</lombok.version>
<!-- DEV -->
<!-- <smartgears-bom>2.2.0-SNAPSHOT</smartgears-bom>-->