Skip to content

Commit

Permalink
Fix JDK 17 compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng committed Mar 9, 2023
1 parent b745d1c commit 6a7dcc7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,13 @@
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 6a7dcc7

Please sign in to comment.