Change order of dependencies to compile lager_transform correctly
This commit is contained in:
parent
6d1760dc8d
commit
db03352522
|
|
@ -1,6 +1,6 @@
|
|||
PROJECT = rabbitmq_web_stomp
|
||||
|
||||
DEPS = cowboy sockjs rabbitmq_stomp
|
||||
DEPS = cowboy rabbitmq_stomp sockjs
|
||||
TEST_DEPS := $(filter-out rabbitmq_test,$(TEST_DEPS))
|
||||
dep_cowboy_commit = 1.0.3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue