small version fix

This commit is contained in:
JUNYI OU
2025-04-13 18:39:03 -04:00
parent 0119d81482
commit 1a2b6be001
4 changed files with 51 additions and 5 deletions

View File

@@ -34,6 +34,14 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<scope>provided</scope>
</dependency>
<!-- Add lombok annotation processor -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-mapstruct-binding</artifactId>
<version>0.2.0</version>
</dependency>
<!--mybatis-plus-->
<dependency>