Browse Source

Removed uuid dependency.

David N. Welton 11 years ago
parent
commit
c81f52b928
2 changed files with 1 additions and 5 deletions
  1. 1 1
      Makefile
  2. 0 4
      rebar.config

+ 1 - 1
Makefile

@@ -35,7 +35,7 @@ create_testdbs:
 	psql template1 < ./test_data/test_schema.sql
 
 test: $(TESTS:test/%.erl=test/%.beam) compile
-	$(ERL) -pa ebin/ -pa deps/uuid/ebin -pa test/ -noshell -s pgsql_tests run_tests -s init stop
+	$(ERL) -pa ebin/ -pa test/ -noshell -s pgsql_tests run_tests -s init stop
 
 # ------------------------------------------------------------------------
 

+ 0 - 4
rebar.config

@@ -1,8 +1,4 @@
 {eunit_opts, [verbose]}.
 
-{deps, [
-        {uuid,		".*",	{git, "git://gitorious.org/avtobiff/erlang-uuid.git", "master"}}
-       ]}.
-
 {cover_enabled, true}.
 {cover_print_enabled, true}.