resthub / springmvc-router

Adds route mapping capacity to any "Spring MVC based" webapp. Uses playframework.org Router implementation.

Home Page:http://resthub.github.com/springmvc-router/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undeclared dependency on commons-lang

msiedlarek opened this issue · comments

Something's not right with commons-lang dependency. There is this one import from commons-lang:

https://github.com/resthub/springmvc-router/blob/master/src/main/java/org/resthub/web/springmvc/router/Router.java#L14

But I couldn't find commons-lang in dependencies or even transitive dependencies of the project, and so couldn't Gradle, co I had to manually provide it in my environment. Am I missing something or is it a bug?

(commons-lang being legacy library and deprecated in favor of commons-lang3 is an issue on it's own)

Could you tell me which version of spring are you using?

Sorry, I meant which version of "spring-framework" are you using?

Oh, my bad. 3.2.4.RELEASE

OK. BTW, PRs are welcomed so don't hesitate to send a couple for those issues!