Dependency on slf4j version isn't fixed
Java library that ease the task to use streams.
Brought to you by:
gcontini
It looks like easystream doesn't pinpoint which version of slf4j is neccessary. Looking at https://repo1.maven.org/maven2/net/sf/jsignature/io-tools/easystream/1.2.15/easystream-1.2.15.pom
the depencies are defined as:
<dependency>
<groupid>org.slf4j</groupid>
<artifactid>slf4j-api</artifactid>
</dependency>
<dependency>
<groupid>org.slf4j</groupid>
<artifactid>slf4j-simple</artifactid>
</dependency>
as of 2017-04-07 this resolves to 1.8.0-alpha0 which is build with java 1.9. That issue is described here https://jira.qos.ch/browse/SLF4J-405