specified jackson.version at 2.8.11
This commit is contained in:
parent
eef4095842
commit
097a589af5
13
pom.xml
13
pom.xml
|
@ -30,6 +30,7 @@
|
||||||
</property>
|
</property>
|
||||||
</activation>
|
</activation>
|
||||||
<properties>
|
<properties>
|
||||||
|
<gcube-bom>2.4.0</gcube-bom>
|
||||||
<gcube-smartgears-bom-version>2.5.0</gcube-smartgears-bom-version>
|
<gcube-smartgears-bom-version>2.5.0</gcube-smartgears-bom-version>
|
||||||
<authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range>
|
<authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -43,7 +44,8 @@
|
||||||
</property>
|
</property>
|
||||||
</activation>
|
</activation>
|
||||||
<properties>
|
<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>
|
<authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
|
@ -53,7 +55,7 @@
|
||||||
<properties>
|
<properties>
|
||||||
<jersey.version>2.25.1</jersey.version>
|
<jersey.version>2.25.1</jersey.version>
|
||||||
<!-- Using 2.8.4 because storage-hub-client uses this 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.source>1.8</maven.compiler.source>
|
||||||
<maven.compiler.target>1.8</maven.compiler.target>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
<enunciate.version>2.14.0</enunciate.version>
|
<enunciate.version>2.14.0</enunciate.version>
|
||||||
|
@ -61,6 +63,13 @@
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.gcube.distribution</groupId>
|
||||||
|
<artifactId>gcube-bom</artifactId>
|
||||||
|
<version>${gcube-bom}</version>
|
||||||
|
<type>pom</type>
|
||||||
|
<scope>import</scope>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>gcube-smartgears-bom</artifactId>
|
<artifactId>gcube-smartgears-bom</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue