Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 1e27fba

Browse files
committed
Polishing.
1 parent 245d69a commit 1e27fba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,12 @@
605605
<artifactId>logback-classic</artifactId>
606606
<version>1.2.3</version>
607607
<scope>test</scope>
608+
<exclusions>
609+
<exclusion>
610+
<groupId>org.slf4j</groupId>
611+
<artifactId>slf4j-api</artifactId>
612+
</exclusion>
613+
</exclusions>
608614
</dependency>
609615

610616
<dependency>

0 commit comments

Comments
 (0)