Menu

#41 Dependency on slf4j version isn't fixed

Release 1.2.15
New
nobody
None
High
Defect
2017-04-10
2017-04-10
No

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

Discussion


Log in to post a comment.

MongoDB Logo MongoDB