industrial-data-space / idscp2-jvm

Kotlin implementation of the IDS Communication Protocol (IDSCP2) for use in JVM environments.
Apache License 2.0
5 stars 3 forks source link

Using slf4j-api instead of slf4j-simple #4

Closed oxisto closed 3 years ago

oxisto commented 3 years ago

slf4j-simple is an implementation. slf4j-api should be used instead, otherwise this will conflict, if you use this as a library in other projects, i.e. our OSGi-less trusted connector (which uses logback by default). We should not impose a choice of logging framework here.

Please re-publish the artefact after merging this.

oxisto commented 3 years ago

Any objections against merging this @milux @leonbeckmann ?

milux commented 3 years ago

Just released as 0.4.1 on maven central