|
@@ -1,11 +1,11 @@
|
|
|
{lib_dirs, ["deps",".."]}.
|
|
|
{deps_dir, ["deps"]}.
|
|
|
{deps, [
|
|
|
- {nitro, ".*", {git, "git@github.com:synrc/nitro.git", {tag,"2.4"}}},
|
|
|
- {n2o, ".*", {git, "git@github.com:synrc/n2o.git", {tag,"4.4"}}},
|
|
|
- {kvs, ".*", {git, "git@github.com:synrc/kvs.git", {tag,"3.9.1"}}},
|
|
|
- {erlydtl, ".*", {git, "git@github.com:evanmiller/erlydtl.git", {tag,"0.8.0"}}},
|
|
|
- {oauth, ".*", {git, "git@github.com:tim/erlang-oauth.git", {tag, "v1.6.0"}}}
|
|
|
+ {nitro, ".*", {https, "https://github.com/221V/nitro_2.4.git", {branch, "master"}}}, %{nitro, ".*", {git, "git@github.com:synrc/nitro.git", {tag, "2.4"}}},
|
|
|
+ {n2o, ".*", {https, "https://git.4dev.win/n4u/n4u.git", {tag, "4.4"}}}, %{n2o, ".*", {git, "git@github.com:synrc/n2o.git", {tag, "4.4"}}},
|
|
|
+ {kvs, ".*", {https, "https://git.4dev.win/n4u/kvs.git", {tag, "3.9.1"}}}, %{kvs, ".*", {git, "git@github.com:synrc/kvs.git", {tag, "3.9.1"}}},
|
|
|
+ {erlydtl, ".*", {https, "https://git.4dev.win/n4u/erlydtl.git", {tag, "0.8.0"}}}, %{erlydtl, ".*", {git, "git@github.com:evanmiller/erlydtl.git", {tag, "0.8.0"}}},
|
|
|
+ {oauth, ".*", {https, "https://git.4dev.win/n4u/erlang-oauth.git", {tag, "v1.6.0"}}} %{oauth, ".*", {git, "git@github.com:tim/erlang-oauth.git", {tag, "v1.6.0"}}}
|
|
|
]}.
|
|
|
{erlydtl_opts, [
|
|
|
{doc_root, "priv"},
|