Skip to content

Commit

Permalink
fix: logback隔离,不冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
yinjihuan committed May 6, 2022
1 parent fd6e6a2 commit b36aa84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion fox-mock-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.cxytiandi</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<version>2.0</version>
<version>3.0</version>
<modelVersion>4.0.0</modelVersion>

<artifactId>fox-mock-agent</artifactId>
Expand Down Expand Up @@ -35,14 +35,20 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -102,6 +108,7 @@
<include>org.slf4j:slf4j-api</include>
<include>ch.qos.logback:logback-classic</include>
<include>ch.qos.logback:logback-core</include>
<include>com.alibaba.arthas:arthas-repackage-logger</include>
</includes>
</artifactSet>
<filters>
Expand Down

0 comments on commit b36aa84

Please sign in to comment.