diff options
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r-- | juick-www/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 1e274bc0..7d1398aa 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -25,6 +25,7 @@ dependencies { compile 'com.sun.mail:javax.mail:1.6.0' compile 'com.mitchellbosecke:pebble-spring4:2.4.0' + testCompile project(path: ':juick-core', configuration: 'testArtifacts') testCompile project(path: ':juick-server-web', configuration: 'testArtifacts') testCompile project(path: ':juick-server-jdbc', configuration: 'testArtifacts') // htmlunit 2.25 isn't compatible with spring-test 4.3.6 |