malaporte / nashorn-commonjs-modules

CommonJS modules support for Nashorn
MIT License
108 stars 31 forks source link

SLF4J not needed but still in POM #9

Closed mfreeman-xtivia closed 8 years ago

mfreeman-xtivia commented 8 years ago

It appears that the POM for the library still includes SLF4J as a dependency even though I cannot see an actual import that refers to it in any of the Java source files.

This causes some wonkiness when trying to use the library in an OSGi environment as it automatically generates an import for the SLF4J packages--unnecessarily.