解决依赖冲突

This commit is contained in:
xuguang
2022-01-13 11:48:43 +08:00
parent 18136c12fd
commit 52ccaeffd5

View File

@@ -109,5 +109,10 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>