pepite / Play--framework-Spring-module

A module to interface Spring and the Play! framework
40 stars 24 forks source link

[#6] Using dependency.yml to get spring libs #7

Closed sliverc closed 12 years ago

sliverc commented 13 years ago

Currently it is not possible to overwrite the version of spring when depending from the spring module.

This pull request adds a dependency.yml so spring is part of the dependency management. Furthermore does it update spring to the newest spring version.

Note that all optional dependencies are excluded.

See also https://github.com/pepite/Play--framework-Spring-module/issues/6

tmbrggmn commented 13 years ago

Seems like a good addition; would love to see this integrated!

ni-ka commented 12 years ago

+1 As a workaround, you can simply delete the spring libraries from [play]/modules/spring/lib. I then used maven to fetch spring - mainly because I had a pom with other dependencies already. However this behavior should be configurable.

ndeverge commented 12 years ago

+1 I'd love to see that too !

scott-phillips commented 12 years ago

+1 This would make life much simpler.

pepite commented 12 years ago

Included thanks