- update red5 to bring in fix for connections not cleanedup properly which may be cause OOM Exception

This commit is contained in:
Richard Alam 2015-02-11 22:31:23 +00:00
parent a49f6493c4
commit 18403d03bc
5 changed files with 14 additions and 14 deletions

View File

@ -62,9 +62,9 @@ dependencies {
providedCompile 'org.springframework:spring-core:4.0.7.RELEASE@jar'
// Red5
providedCompile 'org/red5:red5-server:1.0.5-jan122015-SNAPSHOT@jar'
providedCompile 'org.red5:red5-server-common:1.0.5-SNAPSHOT@jar'
providedCompile 'org.red5:red5-io:1.0.5-SNAPSHOT@jar'
providedCompile 'org/red5:red5-server:1.0.5-RELEASE@jar'
providedCompile 'org.red5:red5-server-common:1.0.5-RELEASE@jar'
providedCompile 'org.red5:red5-io:1.0.5-RELEASE@jar'
// Logging
providedCompile 'ch.qos.logback:logback-core:1.1.2@jar'

View File

@ -62,9 +62,9 @@ dependencies {
providedCompile 'org.springframework:spring-context:4.0.8.RELEASE@jar'
providedCompile 'org.springframework:spring-core:4.0.8.RELEASE@jar'
providedCompile 'org/red5:red5-server:1.0.5-jan122015-SNAPSHOT@jar'
providedCompile 'org.red5:red5-server-common:1.0.5-SNAPSHOT@jar'
providedCompile 'org.red5:red5-io:1.0.5-SNAPSHOT@jar'
providedCompile 'org/red5:red5-server:1.0.5-RELEASE@jar'
providedCompile 'org.red5:red5-server-common:1.0.5-RELEASE@jar'
providedCompile 'org.red5:red5-io:1.0.5-RELEASE@jar'
// Logging
providedCompile 'ch.qos.logback:logback-core:1.1.2@jar'

View File

@ -67,8 +67,8 @@ dependencies {
providedCompile 'org.springframework:spring-core:4.0.8.RELEASE@jar'
// Red5
providedCompile 'org/red5:red5-server:1.0.5-jan122015-SNAPSHOT@jar'
providedCompile 'org.red5:red5-server-common:1.0.5-SNAPSHOT@jar'
providedCompile 'org/red5:red5-server:1.0.5-RELEASE@jar'
providedCompile 'org.red5:red5-server-common:1.0.5-RELEASE@jar'
// Logging
providedCompile 'ch.qos.logback:logback-core:1.1.2@jar'

View File

@ -84,9 +84,9 @@ dependencies {
providedCompile 'org.springframework:spring-core:4.0.8.RELEASE@jar'
// Red5
providedCompile 'org/red5:red5-server:1.0.5-jan122015-SNAPSHOT@jar'
providedCompile 'org.red5:red5-server-common:1.0.5-SNAPSHOT@jar'
providedCompile 'org.red5:red5-io:1.0.5-SNAPSHOT@jar'
providedCompile 'org/red5:red5-server:1.0.5-RELEASE@jar'
providedCompile 'org.red5:red5-server-common:1.0.5-RELEASE@jar'
providedCompile 'org.red5:red5-io:1.0.5-RELEASE@jar'
// Logging
providedCompile 'ch.qos.logback:logback-core:1.1.2@jar'

View File

@ -82,9 +82,9 @@ dependencies {
compile 'org.springframework:spring-core:4.0.8.RELEASE@jar'
// Red5
compile 'org/red5:red5-server:1.0.5-jan122015-SNAPSHOT@jar'
compile 'org.red5:red5-server-common:1.0.5-SNAPSHOT@jar'
compile 'org.red5:red5-io:1.0.5-SNAPSHOT@jar'
compile 'org/red5:red5-server:1.0.5-RELEASE@jar'
compile 'org.red5:red5-server-common:1.0.5-RELEASE@jar'
compile 'org.red5:red5-io:1.0.5-RELEASE@jar'
// Logging
compile 'ch.qos.logback:logback-core:1.1.2@jar'