diff --git a/voting-booth/build.gradle b/voting-booth/build.gradle index 549788d..544f0b4 100644 --- a/voting-booth/build.gradle +++ b/voting-booth/build.gradle @@ -60,6 +60,10 @@ dependencies { testCompile 'junit:junit:4.+' runtime 'org.codehaus.groovy:groovy:2.4.+' + + // Meerkat polling station + compile project(':polling-station') + }