added `lombok` at provided to build towards JDK_11
This commit is contained in:
parent
3df6ec073d
commit
11c9212c38
11
pom.xml
11
pom.xml
|
@ -35,7 +35,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>maven-portal-bom</artifactId>
|
||||
<version>3.6.2</version>
|
||||
<version>3.7.0</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
@ -94,6 +94,15 @@
|
|||
<version>20090211</version>
|
||||
</dependency>
|
||||
|
||||
<!-- To build towards JDK_11 -->
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.18.4</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- LOGGER -->
|
||||
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue