Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

Commit 5d5426c

Browse files
committed
Fixed bug in the app descriptor
1 parent 499fd22 commit 5d5426c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ebin/amqp_client.app.in

100644100755
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
{vsn, "%%VSN%%"},
44
{modules, [
55
amqp_channel,
6+
amqp_channel_util,
67
amqp_connection,
7-
amqp_direct_driver,
8-
amqp_network_driver,
8+
amqp_direct_connection,
9+
amqp_main_reader,
10+
amqp_network_connection,
911
amqp_rpc_client,
1012
amqp_rpc_server
1113
]},

0 commit comments

Comments
 (0)