Skip to content

Commit

Permalink
Use slf4j-api as default dependency
Browse files Browse the repository at this point in the history
This corrects a logger collision issue when using java-opentimestamps as a code dependency with other projects.

The original issue can be found at opentimestamps#34 and opentimestamps#48.
  • Loading branch information
mramsden committed Sep 1, 2020
1 parent ac23430 commit e8b5e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.eternitywall</groupId>
<artifactId>java-opentimestamps</artifactId>
<version>1.18</version>
<version>1.18.1-SNAPSHOT</version>

<name>java-opentimestamps</name>
<description>The java implementation of the OpenTimestamps protocol</description>
Expand Down Expand Up @@ -79,7 +79,7 @@
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<artifactId>slf4j-api</artifactId>
<version>1.7.29</version>
</dependency>
<dependency>
Expand Down

0 comments on commit e8b5e58

Please sign in to comment.