diff options
author | Siri Hansen <[email protected]> | 2014-09-01 10:59:38 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2014-09-01 10:59:38 +0200 |
commit | 847c28ea7dfdc0a33f6baf9a6450d2902d586938 (patch) | |
tree | 0b5ffec2158bd472321aa4fb325a290ea5f965a0 /lib | |
parent | 48f7c246fa044a5a995e3b8efcb10face0b2b201 (diff) | |
parent | ef8a7ce274a62d9069fa3d1a8b597635b83f5078 (diff) | |
download | otp-847c28ea7dfdc0a33f6baf9a6450d2902d586938.tar.gz otp-847c28ea7dfdc0a33f6baf9a6450d2902d586938.tar.bz2 otp-847c28ea7dfdc0a33f6baf9a6450d2902d586938.zip |
Merge branch 'siri/ct-runtime-deps/OTP-12037' into maint
* siri/ct-runtime-deps/OTP-12037:
[ct] Update runtime dependencies towards test_server
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common_test/src/common_test.app.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/src/common_test.app.src b/lib/common_test/src/common_test.app.src index e28751fb59..580d5dbd7b 100644 --- a/lib/common_test/src/common_test.app.src +++ b/lib/common_test/src/common_test.app.src @@ -1,7 +1,7 @@ % This is an -*- erlang -*- file. %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2009-2012. All Rights Reserved. +%% Copyright Ericsson AB 2009-2014. 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 @@ -64,7 +64,7 @@ {applications, [kernel,stdlib]}, {env, []}, {runtime_dependencies,["xmerl-1.3.7","webtool-0.8.10","tools-2.6.14", - "test_server-3.7","stdlib-2.0","ssh-3.0.1", + "test_server-3.7.1","stdlib-2.0","ssh-3.0.1", "snmp-4.25.1","sasl-2.4","runtime_tools-1.8.14", "kernel-3.0","inets-5.10","erts-6.0", "debugger-4.0","crypto-3.3","compiler-5.0"]}]}. |