add mini-streaming to testCompile dependencies as well

This commit is contained in:
zab2
2017-11-02 20:23:32 +00:00
parent bf639478c7
commit ab69fab3e4

View File

@@ -25,6 +25,7 @@ sourceSets {
dependencies {
jarCompile project(':core')
jarCompile project(':apps:ministreaming')
testCompile project(':apps:ministreaming')
providedCompile sourceSets.jar.output
providedCompile project(':apps:jetty')
}