Skip to content

Commit 4ecd3f2

Browse files
committed
Merge pull request #23 from ColinHebert/logback
Do not force projects to use logback
2 parents 907ab99 + de06b73 commit 4ecd3f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
<groupId>ch.qos.logback</groupId>
6868
<artifactId>logback-classic</artifactId>
6969
<version>1.1.1</version>
70+
<scope>test</scope>
7071
</dependency>
7172
<dependency>
7273
<groupId>junit</groupId>

0 commit comments

Comments
 (0)