We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 723860d + 34f937f commit 983a68eCopy full SHA for 983a68e
2 files changed
pom.xml
@@ -103,6 +103,16 @@
103
</execution>
104
</executions>
105
</plugin>
106
+ <plugin>
107
+ <groupId>org.projectlombok</groupId>
108
+ <artifactId>lombok</artifactId>
109
+ <version>1.16.22</version>
110
+ </plugin>
111
112
113
+ <artifactId>lombok-maven-plugin</artifactId>
114
+ <version>1.16.8.0</version>
115
116
117
<!-- ========================================================== -->
118
<!-- license -->
server/pom.xml
@@ -567,6 +567,7 @@
567
<plugin>
568
<groupId>net.alchim31.maven</groupId>
569
<artifactId>scala-maven-plugin</artifactId>
570
+ <version>3.3.2</version>
571
<executions>
572
<execution>
573
<id>scala-compile-first</id>
0 commit comments