Skip to content

Commit 64542fc

Browse files
committed
Remove faulterl from rebar.config to avoid Basho builder boxen not having XML2 dev package
1 parent 17d8dc8 commit 64542fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rebar.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
{deps, [
55
{meck, "0.8.1", {git, "git://github.com/basho/meck.git", {tag, "0.8.1"}}},
6-
{cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {branch, "develop"}}},
7-
{faulterl, ".*", {git, "git://github.com/basho/faulterl.git", {branch, "master"}}}
6+
{cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {branch, "develop"}}}
87
]}.
98

109
{port_env,

0 commit comments

Comments
 (0)