Aligned bom with the next version
This commit is contained in:
parent
6b13e08982
commit
552256eca5
14
pom.xml
14
pom.xml
|
@ -17,6 +17,7 @@
|
|||
<properties>
|
||||
<gcube-jackson.version>2.8.11</gcube-jackson.version>
|
||||
<jersey.version>2.25.1</jersey.version>
|
||||
<lombok.version>1.18.4</lombok.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
|
@ -44,6 +45,13 @@
|
|||
<version>2.0.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>${lombok.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
<artifactId>common-encryption</artifactId>
|
||||
|
@ -217,12 +225,6 @@
|
|||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.18.4</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- gCube Jackson -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue