更新 Guava 项目的依赖和 Spring JPA

This commit is contained in:
2022-07-15 14:31:15 -04:00
parent cd46aea7ac
commit ae29615530
43 changed files with 967 additions and 75 deletions
+2 -2
View File
@@ -71,12 +71,12 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${log4j.version}</version>
<version>${version.log4j}</version>
</dependency>
<dependency> <!-- needed to bridge to slf4j for projects that use the log4j APIs directly -->
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>${slf4j.version}</version>
<version>${version.slf4j}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>