From 8f2670540b6cef76726224801a696cfbed4f3738 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 18 Sep 2012 17:29:26 -0700 Subject: add depsolver directly to the system This is sub-optimal but I suspect rcl_depsolver is going to migrate away from depsolver in any case. --- rebar.config | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 2601902..b64dd08 100644 --- a/rebar.config +++ b/rebar.config @@ -2,15 +2,14 @@ {deps, [{neotoma, "", {git, "https://github.com/ericbmerritt/neotoma.git", {tag, "1.5.1"}}}, - {erlware_commons, "", - {git, "https://github.com/ericbmerritt/erlware_commons.git", {tag, "v0.8.0"}}}, + {erlware_commons, ".*", + {git, "https://github.com/ericbmerritt/erlware_commons.git", + {branch, "semver-format"}}}, {getopt, "", - {git, "https://github.com/jcomellas/getopt.git", {tag, "v0.5.1"}}}, - {depsolver, "", - {git, "https://github.com/ericbmerritt/depsolver.git", {tag, "v0.1.0"}}}]}. + {git, "https://github.com/jcomellas/getopt.git", {tag, "v0.5.1"}}}]}. {escript_incl_apps, - [getopt, depsolver, erlware_commons]}. + [getopt, erlware_commons]}. {first_files, [rcl_provider]}. -- cgit v1.2.3