leiningen/test
Chris Price 3feae04e76 Fix checking for SNAPSHOT deps with managed deps - fixes #2205
This commit fixes #2205: when using managed dependencies in
a project, if the project itself was a non-SNAPSHOT version,
then when `lein install` and similar tasks were executed,
lein would check to make sure that none of the dependencies
were a SNAPSHOT version.  lein was checking that directly against
the `:dependencies` vector, which would cause an NPE if a dependency
didn't specify a version number (because it was inheriting it from
the `:managed-dependencies` section).

This commit fixes the bug by calling the code that merges the
`:dependencies` and `:managed-dependencies` vectors together prior
to performing the SNAPSHOT check.
2016-09-15 21:12:26 -07:00
..
leiningen Fix checking for SNAPSHOT deps with managed deps - fixes #2205 2016-09-15 21:12:26 -07:00
sample-connect-string Allow 'repl :connect' to read args from file 2014-08-22 18:06:23 +02:00
sample-connect-string-http Allow 'repl :connect' to read args from file 2014-08-22 18:06:23 +02:00
sample-index.zip Merge search task into mainlein. (har har) 2011-05-04 18:07:53 -07:00