diff options
author | Lars Thorsen <[email protected]> | 2015-04-28 08:12:05 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2015-05-08 12:32:15 +0200 |
commit | 9ca2c2fcc364ee320c61281cf0e89fdd120617c9 (patch) | |
tree | 3a426ef128bc122a1c8dee611e9d62d088ebb4a3 /lib/cosEventDomain/src | |
parent | 1e115b3e972bb8c23504ee75ad8fb2e202a6758a (diff) | |
download | otp-9ca2c2fcc364ee320c61281cf0e89fdd120617c9.tar.gz otp-9ca2c2fcc364ee320c61281cf0e89fdd120617c9.tar.bz2 otp-9ca2c2fcc364ee320c61281cf0e89fdd120617c9.zip |
[orber, cos*] Bump versions and update dependencies in app file
Diffstat (limited to 'lib/cosEventDomain/src')
-rw-r--r-- | lib/cosEventDomain/src/cosEventDomain.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cosEventDomain/src/cosEventDomain.app.src b/lib/cosEventDomain/src/cosEventDomain.app.src index 60114b6a91..f218ac853e 100644 --- a/lib/cosEventDomain/src/cosEventDomain.app.src +++ b/lib/cosEventDomain/src/cosEventDomain.app.src @@ -28,6 +28,6 @@ {applications, [orber, stdlib, kernel]}, {env, []}, {mod, {cosEventDomainApp, []}}, - {runtime_dependencies, ["stdlib-2.0","orber-3.6.27","kernel-3.0","erts-6.0", + {runtime_dependencies, ["stdlib-2.0","orber-3.6.27","kernel-3.0","erts-7.0", "cosNotification-1.1.21"]} ]}. |