added `lombok` 1.18.4 FOR BUILDING towards JDK_11
This commit is contained in:
parent
55a8e4001e
commit
59f97bc752
8
pom.xml
8
pom.xml
|
@ -201,6 +201,14 @@
|
|||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- FOR BUILDING towards JDK_11 -->
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.18.4</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- GIS RESOLVER DEPENDENCIES -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue