aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/src/diameter.app.src
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2017-04-15 22:26:57 +0200
committerAnders Svensson <[email protected]>2017-06-12 16:13:52 +0200
commit836b02d325082063fc5887091bfc04db6afab181 (patch)
treee9259cb9a587927a2dd93f1833411e4adc6d3fc7 /lib/diameter/src/diameter.app.src
parentbcef012fe4a4534a9098b15ce42830b9a7a38db9 (diff)
downloadotp-836b02d325082063fc5887091bfc04db6afab181.tar.gz
otp-836b02d325082063fc5887091bfc04db6afab181.tar.bz2
otp-836b02d325082063fc5887091bfc04db6afab181.zip
Use maps when detecting missing AVPs
Instead of the slower sets. Bump application dependencies to 17.5, even though earlier versions may do fine.
Diffstat (limited to 'lib/diameter/src/diameter.app.src')
-rw-r--r--lib/diameter/src/diameter.app.src10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/diameter/src/diameter.app.src b/lib/diameter/src/diameter.app.src
index d380ebbd92..9a6e47006b 100644
--- a/lib/diameter/src/diameter.app.src
+++ b/lib/diameter/src/diameter.app.src
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2010-2016. All Rights Reserved.
+%% Copyright Ericsson AB 2010-2017. 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.
@@ -28,10 +28,10 @@
]},
{registered, [%REGISTERED%]},
{applications, [
- {stdlib, "2.0"}, {kernel, "3.0"}%, {erts, "6.0"}
- %% {syntax-tools, "1.6.14"}
- %% {runtime-tools, "1.8.14"}
- %, {ssl, "5.3.4"}
+ {stdlib, "2.4"}, {kernel, "3.2"}%, {erts, "6.4"}
+ %% {syntax-tools, "1.6,18"}
+ %% {runtime-tools, "1.8.16"}
+ %, {ssl, "6.0"}
]},
{env, []},
{mod, {diameter_app, []}},