Skip to content

Commit

Permalink
log4j固定版本,以防别的依赖进行依赖log4j出现问题
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenWatermelon committed Feb 25, 2022
1 parent 32a3d6d commit db886c7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
<mybatis-plus.version>3.1.0</mybatis-plus.version>
<redisson.version>3.10.6</redisson.version>
<fst.version>2.57</fst.version>

<log4j.version>2.17.1</log4j.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -140,6 +142,21 @@
<artifactId>fst</artifactId>
<version>${fst.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit db886c7

Please sign in to comment.