diff options
Diffstat (limited to 'lib/common_test/src')
-rw-r--r-- | lib/common_test/src/common_test.app.src | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/lib/common_test/src/common_test.app.src b/lib/common_test/src/common_test.app.src index d535a0cb7c..988b5d63d6 100644 --- a/lib/common_test/src/common_test.app.src +++ b/lib/common_test/src/common_test.app.src @@ -78,21 +78,21 @@ {applications, [kernel,stdlib]}, {env, []}, {runtime_dependencies, - ["compiler-@OTP-17720@", - "crypto-@OTP-17720@", - "debugger-@OTP-17720@", - "erts-@OTP-17720@", - "ftp-@OTP-17720@", - "inets-@OTP-17720@", + ["compiler-6.0", + "crypto-4.5", + "debugger-4.1", + "erts-7.0", + "ftp-1.0", + "inets-6.0", "kernel-@OTP-17720@", - "observer-@OTP-17720@", - "runtime_tools-@OTP-17720@", - "sasl-@OTP-17720@", - "snmp-@OTP-17720@", - "ssh-@OTP-17720@", + "observer-2.1", + "runtime_tools-1.8.16", + "sasl-2.5", + "snmp-5.1.2", + "ssh-4.0", "stdlib-@OTP-17720@", - "syntax_tools-@OTP-17720@", - "tools-@OTP-17720@", - "xmerl-@OTP-17720@" + "syntax_tools-1.7", + "tools-3.2", + "xmerl-1.3.8" ]}]}. |