Update lombok
This commit is contained in:
parent
c8cd5118e8
commit
559347e5f7
11
pom.xml
11
pom.xml
|
@ -56,6 +56,7 @@
|
|||
<module>geoportal-common</module>
|
||||
<module>cms-plugin-framework</module>
|
||||
|
||||
|
||||
<!-- Client library -->
|
||||
<module>geoportal-client</module>
|
||||
|
||||
|
@ -195,11 +196,11 @@
|
|||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.14.8</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.18.24</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
|
Loading…
Reference in New Issue