Skip to content

Commit

Permalink
upgrading to fixed red.jar for rtmpt
Browse files Browse the repository at this point in the history
  • Loading branch information
ritzalam committed Nov 16, 2011
1 parent 2043d68 commit 5ea0e41
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bbb-video/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dependencies {
providedCompile 'org.springframework:spring-core:3.0.6.RELEASE@jar'

// Red5
providedCompile 'org/red5:red5:1.0r4293@jar'
providedCompile 'org/red5:red5:1.0r4297@jar'

// Logging
providedCompile 'org.slf4j:com.springsource.slf4j.api:1.6.1@jar'
Expand Down
2 changes: 1 addition & 1 deletion bbb-voice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dependencies {
providedCompile 'org.springframework:spring-core:3.0.6.RELEASE@jar'

// Red5
providedCompile 'org/red5:red5:1.0r4293@jar'
providedCompile 'org/red5:red5:1.0r4297@jar'

// Logging
providedCompile 'org.slf4j:com.springsource.slf4j.api:1.6.1@jar'
Expand Down
2 changes: 1 addition & 1 deletion bigbluebutton-apps/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
providedCompile 'org.springframework:spring-core:3.0.6.RELEASE@jar'

// Red5
providedCompile 'org/red5:red5:1.0r4293@jar'
providedCompile 'org/red5:red5:1.0r4297@jar'

// Logging
providedCompile 'org.slf4j:com.springsource.slf4j.api:1.6.1@jar'
Expand Down
2 changes: 1 addition & 1 deletion deskshare/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
providedCompile 'org.springframework:spring-core:3.0.6.RELEASE@jar'
compile 'org.springframework:spring-webmvc:3.0.6.RELEASE@jar'

providedCompile 'org/red5:red5:1.0r4293@jar'
providedCompile 'org/red5:red5:1.0r4297@jar'


// Logging
Expand Down
2 changes: 1 addition & 1 deletion deskshare/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {


// Red5
compile 'org/red5:red5:1.0r4293@jar'
compile 'org/red5:red5:1.0r4297@jar'

// Logging
compile 'org.slf4j:com.springsource.slf4j.api:1.6.1@jar'
Expand Down

0 comments on commit 5ea0e41

Please sign in to comment.