Mahoney / slf4j-test

Implementation of SLF4J which allows easy access to logging events in tests
39 stars 24 forks source link

Remove dependencies on third-party libraries #2

Closed jameskennard closed 10 years ago

jameskennard commented 10 years ago

First of all - this is a great little library, thanks for sharing.

It would be useful if the dependencies on other third-party libraries could be removed. For example, I was a little surprised to discover I was now dependent on Guava. The biggest problem here is more likely to be version clashes, hence thinking it may be preferential to remove these dependencies.

Mahoney commented 10 years ago

I understand the issue with maven and no private dependencies, but I'm afraid in general I prefer to have dependencies rather than code I have to write & maintain in a test module.

Naturally I'd quite understand (& the license would work just as well) if you feel like releasing a dependency free fork.

jameskennard commented 10 years ago

Thanks for considering this. I've already started looking at removing the dependencies, think it may take some time. I'm the mean time thankyou for providing a usable testing framework for slf4j! On Jan 8, 2014 5:05 PM, "Robert Elliot" notifications@github.com wrote:

I understand the issue with maven and no private dependencies, but I'm afraid in general I prefer to have dependencies rather than code I have to write & maintain in a test module.

Naturally I'd quite understand (& the license would work just as well) if you feel like releasing a dependency free fork.

— Reply to this email directly or view it on GitHubhttps://github.com/Mahoney/slf4j-test/issues/2#issuecomment-31854351 .