Skip to content
This repository has been archived by the owner on Jan 21, 2019. It is now read-only.

Commit

Permalink
Remove unneeded dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mremond committed Nov 23, 2015
1 parent 4b01cf8 commit 1190214
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rebar.config
Expand Up @@ -12,8 +12,7 @@
{port_specs, [{"priv/lib/xml.so", ["c_src/xml.c"]},
{"priv/lib/xml_stream.so", ["c_src/xml_stream.c"]}]}.

{deps, [{p1_utils, ".*", {git, "git://github.com/processone/p1_utils", {tag, "1.0.0"}}},
{p1_yaml, ".*", {git, "git://github.com/processone/p1_yaml"}}]}.
{deps, [{p1_utils, ".*", {git, "git://github.com/processone/p1_utils", {tag, "1.0.0"}}}]}.

{clean_files, ["c_src/xml.gcda", "c_src/xml.gcno", "c_src/xml_stream.gcda", "c_src/xml_stream.gcno"]}.

Expand Down

0 comments on commit 1190214

Please sign in to comment.