diff --git a/.gitignore b/.gitignore index abe0dd2..bdeada8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,3 @@ coverage *.tar.gz tmp ebin -deps diff --git a/rebar.config b/rebar.config index f21050a..6884cf5 100644 --- a/rebar.config +++ b/rebar.config @@ -2,10 +2,3 @@ % Make sure test/gc_test_util.erl gets compiled {src_dirs, ["test"]} ]}. - -{lib_dirs,["deps"]}. - -{deps, [ - {wkt, ".*", {git, "git://github.com/vmx/wkt.git", {branch, "master"}}}, - {erlgeom, ".*", {git, "git://github.com/couchbaselabs/erlgeom.git", {branch, "master"}}} -]}.