Skip to content

Commit 7897278

Browse files
authored
Merge branch 'master' into 1.0.0-rc1
2 parents 796b7d5 + 983a68e commit 7897278

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,16 @@
9595
</execution>
9696
</executions>
9797
</plugin>
98+
<plugin>
99+
<groupId>org.projectlombok</groupId>
100+
<artifactId>lombok</artifactId>
101+
<version>1.16.22</version>
102+
</plugin>
103+
<plugin>
104+
<groupId>org.projectlombok</groupId>
105+
<artifactId>lombok-maven-plugin</artifactId>
106+
<version>1.16.8.0</version>
107+
</plugin>
98108

99109
<!-- ========================================================== -->
100110
<!-- license -->

0 commit comments

Comments
 (0)