diff options
author | Vitaly Takmazov | 2017-07-24 11:38:45 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-07-24 11:38:45 +0300 |
commit | e8971c84ff78d719b0fea06c8c8f0ad2cdcf08c7 (patch) | |
tree | f8be70175c399f64568a4a28984df7a05ae893e8 /juick-www/build.gradle | |
parent | 682aa7804aecb4402bc695882632889451d1bc33 (diff) |
move MockUtils to juick-core
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 |