Fixed one broken lib in bbb-voice

This commit is contained in:
Pedro Beschorner Marin 2016-09-01 13:25:45 +00:00
parent 10ab1ef74d
commit 00c565d17a

View File

@ -90,7 +90,7 @@ dependencies {
// testRuntime 'org/testng:testng:5.8@jar'
testRuntime 'org.easymock:easymock:2.4@jar'
compile 'javax/media:jmf:2.1.1e@jar'
compile 'javax.media:jmf:2.1.1e@jar'
// Redis pubsub
compile "redis.clients:jedis:2.1.0"