From e8971c84ff78d719b0fea06c8c8f0ad2cdcf08c7 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 24 Jul 2017 11:38:45 +0300 Subject: move MockUtils to juick-core --- juick-www/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'juick-www/build.gradle') 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 -- cgit v1.2.3