Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
致节 committed Aug 30, 2024
1 parent f8688ed commit e1674c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tracer-test/log4j2-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>sofa-tracer-log4j2-test</artifactId>

<properties>
<log4j2.version>2.17.1</log4j2.version>
<log4j2.version>2.21.1</log4j2.version>
</properties>

<dependencies>
Expand All @@ -36,7 +36,7 @@

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>${log4j2.version}</version>
<scope>test</scope>
<exclusions>
Expand Down
1 change: 0 additions & 1 deletion tracer-test/logback-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e1674c0

Please sign in to comment.