summaryrefslogtreecommitdiff
path: root/lib/snmp/src/app/snmp.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'lib/snmp/src/app/snmp.app.src')
-rw-r--r--lib/snmp/src/app/snmp.app.src7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/snmp/src/app/snmp.app.src b/lib/snmp/src/app/snmp.app.src
index a18ea083fd..2d97cb652d 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-2021. All Rights Reserved.
+%% Copyright Ericsson AB 1996-2023. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
@@ -141,5 +141,6 @@
%% before snmp.
{applications, [kernel, stdlib]},
{mod, {snmp_app, []}},
- {runtime_dependencies, ["stdlib-2.5","runtime_tools-1.8.14","mnesia-4.12",
- "kernel-8.0","erts-12.0","crypto-4.6"]}]}.
+ {runtime_dependencies,
+ ["stdlib-@OTP-18490@","runtime_tools-1.8.14","mnesia-4.12",
+ "kernel-8.0","erts-12.0","crypto-4.6"]}]}.