diff options
Diffstat (limited to 'lib/ssh/src/ssh.app.src')
| -rw-r--r-- | lib/ssh/src/ssh.app.src | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/ssh/src/ssh.app.src b/lib/ssh/src/ssh.app.src index 49707f3378..cb0f087cfb 100644 --- a/lib/ssh/src/ssh.app.src +++ b/lib/ssh/src/ssh.app.src @@ -8,6 +8,7 @@ ssh_acceptor, ssh_acceptor_sup, ssh_auth, + ssh_message, ssh_bits, ssh_cli, ssh_client_key_api, @@ -15,7 +16,6 @@ ssh_channel_sup, ssh_connection, ssh_connection_handler, - ssh_connection_manager, ssh_connection_sup, ssh_daemon_channel, ssh_shell, @@ -23,7 +23,7 @@ sshd_sup, ssh_file, ssh_io, - ssh_math, + ssh_info, ssh_no_io, ssh_server_key_api, ssh_sftp, @@ -34,11 +34,12 @@ ssh_sup, ssh_system_sup, ssh_transport, - ssh_userreg, ssh_xfer]}, {registered, []}, {applications, [kernel, stdlib, crypto, public_key]}, {env, []}, - {mod, {ssh_app, []}}]}. + {mod, {ssh_app, []}}, + {runtime_dependencies, ["stdlib-2.3","public_key-0.22","kernel-3.0", + "erts-6.0","crypto-3.6.3.1"]}]}. |
