typesafehub / js-engine

A JavaScript Engine Library - provides an abstract of a means to execute JavaScript code where no browser is involved.
Other
72 stars 20 forks source link

Shouldn't depend on slf4j-simple #44

Closed dwijnand closed 8 years ago

dwijnand commented 9 years ago

As a library jse should just depend on slf4j-api. For context this causes Play 2.4.0/2.4.1/2.4.2 apps to show errors and warnings like shown in https://github.com/playframework/playframework/issues/3206 and break logging when running the app in from sbt.