diff options
author | Hans Bolinder <[email protected]> | 2015-05-25 09:57:28 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2015-05-25 09:57:28 +0200 |
commit | c09328683871e426f3b6ac0976950d31ff5104df (patch) | |
tree | 7db521e8f031a30d4d8d025d0353d5daa377f5d4 /lib/snmp/src/app/snmp.app.src | |
parent | 46a50404b4d0eed5594cf468a4a61cfff9aec84f (diff) | |
parent | 2c2260044637b8acd706cf3a784568e27340e61e (diff) | |
download | otp-c09328683871e426f3b6ac0976950d31ff5104df.tar.gz otp-c09328683871e426f3b6ac0976950d31ff5104df.tar.bz2 otp-c09328683871e426f3b6ac0976950d31ff5104df.zip |
Merge branch 'hb/runtime_deps/OTP-12762'
* hb/runtime_deps/OTP-12762:
Update runtime_dependencies in application resource files
Diffstat (limited to 'lib/snmp/src/app/snmp.app.src')
-rw-r--r-- | lib/snmp/src/app/snmp.app.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/snmp/src/app/snmp.app.src b/lib/snmp/src/app/snmp.app.src index cbd292e4c3..a55bb389ba 100644 --- a/lib/snmp/src/app/snmp.app.src +++ b/lib/snmp/src/app/snmp.app.src @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1996-2013. All Rights Reserved. +%% Copyright Ericsson AB 1996-2015. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -137,5 +137,5 @@ %% before snmp. {applications, [kernel, stdlib]}, {mod, {snmp_app, []}}, - {runtime_dependencies, ["stdlib-2.0","runtime_tools-1.8.14","mnesia-4.12", + {runtime_dependencies, ["stdlib-2.5","runtime_tools-1.8.14","mnesia-4.12", "kernel-3.0","erts-6.0","crypto-3.3"]}]}. |