resthub / springmvc-router

Adds route mapping capacity to any "Spring MVC based" webapp. Uses playframework.org Router implementation.
http://resthub.github.com/springmvc-router/
Other
167 stars 63 forks source link

log4j & slf4j-log4j12 runtime dependency issue #40

Closed kernel164 closed 11 years ago

kernel164 commented 11 years ago

I'm not using log4j in my project, but because of springmvc-router dependency its been included in my project. Can you pls make log4j & slf4j-log4j12 optional or remove them to make springmvc-router more generic.

bclozel commented 11 years ago

You're right, I'll mark both dependencies as optional.

kernel164 commented 11 years ago

Thanks.