Browse Source

kai disable

Maxim Sokhatsky 10 years ago
parent
commit
b148226f6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      samples/rebar.config

+ 1 - 1
samples/rebar.config

@@ -3,7 +3,7 @@
 {deps_dir,["deps"]}.
 {deps, [
     {active,  ".*", {git, "git://github.com/synrc/active", {tag,"0.9"}}},
-    {kai,     ".*", {git, "git://github.com/synrc/kai", "HEAD"}},
+%    {kai,     ".*", {git, "git://github.com/synrc/kai", "HEAD"}},
 %    {riak_kv, ".*", {git, "git://github.com/riak-synrc/riak_kv", "HEAD"}},
     {kvs,     ".*", {git, "git://github.com/synrc/kvs", "HEAD"}}
 ]}.