Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

Commit 0205b53

Browse files
committed
fix: Logback scope
1 parent 72196f1 commit 0205b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<groupId>ch.qos.logback</groupId>
159159
<artifactId>logback-classic</artifactId>
160160
<version>${logback.version}</version>
161-
<!-- <scope>test</scope>-->
161+
<scope>test</scope>
162162
</dependency>
163163

164164
<!-- Deep/recursive field by field comparing ignoring any equals() methods -->

0 commit comments

Comments
 (0)