resthub / resthub-spring-stack

RESThub Spring stack
http://resthub.org/spring-stack.html
Other
121 stars 66 forks source link

Use Spring Framework's "Bill Of Materials" ? #247

Closed bclozel closed 10 years ago

bclozel commented 10 years ago

Now that RESThub is using Spring 4, I was wondering if you considered using the BOM, which could simplify a great deal the main pom.xml: it's basically listing all spring modules in a dependency management tag with a unique version.

See this one.

What do you think?