Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed SL4J binding dependency declaration to conform with SLF4J docume... #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fletch22
Copy link

@fletch22 fletch22 commented Dec 2, 2014

...ntation

Thanks for the project and for looking at this pull request. Removed binding dependency declaration because it was breaking our project. We had to specifically exclude the binding JAR to get our already declared binding JAR to work. According to SLF4J documentation: "Embedded components such as libraries or frameworks should not declare a dependency on any SLF4J binding but only depend on slf4j-api. When a library declares a compile-time dependency on a SLF4J binding, it imposes that binding on the end-user, thus negating SLF4J's purpose. When you come across an embedded component declaring a compile-time dependency on any SLF4J binding, please take the time to contact the authors of said component/library and kindly ask them to mend their ways."

…umentation

Removed binding dependency declaration because it was breaking our project. We had to specifically exclude the binding JAR to get our already declared binding JAR to work. According to SLF4J documentation: "Embedded components such as libraries or frameworks should not declare a dependency on any SLF4J binding but only depend on slf4j-api. When a library declares a compile-time dependency on a SLF4J binding, it imposes that binding on the end-user, thus negating SLF4J's purpose. When you come across an embedded component declaring a compile-time dependency on any SLF4J binding, please take the time to contact the authors of said component/library and kindly ask them to mend their ways."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant