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

Commit

Permalink
Merge pull request #761 from spotify/mattbrown/spotify-logging
Browse files Browse the repository at this point in the history
remove com.spotify:logging
  • Loading branch information
mattnworb authored May 25, 2017
2 parents b5586e0 + aa9a415 commit 682affa
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.12</version>
<version>1.7.22</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down Expand Up @@ -203,10 +203,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>logging</artifactId>
<version>2.1.1</version>
<scope>test</scope>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>com.google.jimfs</groupId>
Expand Down

0 comments on commit 682affa

Please sign in to comment.