Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
Change the scope for logback-classic to test to avoid pulling in the …
Browse files Browse the repository at this point in the history
…jar for regular builds (#881)
  • Loading branch information
sanjaypujare authored and mattnworb committed Sep 7, 2017
1 parent 8576555 commit f779611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.jimfs</groupId>
Expand Down

0 comments on commit f779611

Please sign in to comment.