Skip to content

Commit 983a68e

Browse files
authored
Merge pull request #29 from utopianet/master
modify POM.xml fix compile error
2 parents 723860d + 34f937f commit 983a68e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,16 @@
103103
</execution>
104104
</executions>
105105
</plugin>
106+
<plugin>
107+
<groupId>org.projectlombok</groupId>
108+
<artifactId>lombok</artifactId>
109+
<version>1.16.22</version>
110+
</plugin>
111+
<plugin>
112+
<groupId>org.projectlombok</groupId>
113+
<artifactId>lombok-maven-plugin</artifactId>
114+
<version>1.16.8.0</version>
115+
</plugin>
106116

107117
<!-- ========================================================== -->
108118
<!-- license -->

server/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@
567567
<plugin>
568568
<groupId>net.alchim31.maven</groupId>
569569
<artifactId>scala-maven-plugin</artifactId>
570+
<version>3.3.2</version>
570571
<executions>
571572
<execution>
572573
<id>scala-compile-first</id>

0 commit comments

Comments
 (0)