specified jackson.version at 2.8.11

This commit is contained in:
Francesco Mangiacrapa 2024-05-08 10:55:55 +02:00
parent eef4095842
commit 097a589af5
1 changed files with 11 additions and 2 deletions

13
pom.xml
View File

@ -30,6 +30,7 @@
</property>
</activation>
<properties>
<gcube-bom>2.4.0</gcube-bom>
<gcube-smartgears-bom-version>2.5.0</gcube-smartgears-bom-version>
<authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range>
</properties>
@ -43,7 +44,8 @@
</property>
</activation>
<properties>
<gcube-smartgears-bom-version>2.5.0</gcube-smartgears-bom-version>
<gcube-bom>2.4.1-SNAPSHOT</gcube-bom>
<gcube-smartgears-bom-version>2.5.1-SNAPSHOT</gcube-smartgears-bom-version>
<authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range>
</properties>
</profile>
@ -53,7 +55,7 @@
<properties>
<jersey.version>2.25.1</jersey.version>
<!-- Using 2.8.4 because storage-hub-client uses this version -->
<jackson.version>2.8.4</jackson.version>
<jackson.version>2.8.11</jackson.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<enunciate.version>2.14.0</enunciate.version>
@ -61,6 +63,13 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>${gcube-bom}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>